frostfs-node/pkg/morph
Evgenii Stratonikov 5828f43e52 [#851] util/rand: use single random source
It is much more convenient to skip source creation.
Also fix some bugs:
1. `cryptoSource.Int63()` now returns number in [0, 1<<63) as required
   by `rand.Source` interface.
2. Replace `cryptoSource.Uint63()` with `cryptoSource.Uint64` to allow
   generate uint64 numbers directly (see rand.Source64 docs).

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2022-01-12 19:29:27 +03:00
..
client [#851] util/rand: use single random source 2022-01-12 19:29:27 +03:00
event [#1052] Tidy INFO logs 2021-12-27 14:28:01 +03:00
subscriber [#971] morph/subscriber: Adapt extended notification structure 2021-11-19 09:58:03 +03:00
timer [#708] morph/timer: Add single tick timer 2021-07-22 15:20:34 +03:00