frostfs-node/pkg
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
..
core [#979] Upgrade SDK NeoFS Go dependency 2021-12-01 17:31:04 +03:00
innerring [#851] util/rand: use single random source 2022-01-12 19:29:27 +03:00
local_object_storage [#1059] shard: Add shard mode to shard Info 2021-12-30 14:14:48 +03:00
metrics [#1054] neofs-node: add epoch metric 2021-12-28 15:34:20 +03:00
morph [#851] util/rand: use single random source 2022-01-12 19:29:27 +03:00
network [#961] *: Support NeoFS API status returns 2021-11-24 09:26:40 +03:00
services [#851] util/rand: use single random source 2022-01-12 19:29:27 +03:00
util [#851] util/rand: use single random source 2022-01-12 19:29:27 +03:00