frostfs-node/pkg/services
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
..
accounting [#961] *: Support NeoFS API status returns 2021-11-24 09:26:40 +03:00
audit [#851] util/rand: use single random source 2022-01-12 19:29:27 +03:00
container [#1045] Provide sanity check of session token in container service 2021-12-20 14:51:07 +03:00
control [#1059] control: Fix ListShards wrapper name 2021-12-30 14:14:48 +03:00
id [#11] Trim the old functionality 2020-10-02 11:22:55 +03:00
netmap [#961] *: Support NeoFS API status returns 2021-11-24 09:26:40 +03:00
object [#1063] node/object: Do not skip empty search responses in splitter 2022-01-11 12:02:54 +03:00
object_manager *: replace neofs-api-go with neofs-sdk-go 2021-11-12 17:29:09 +03:00
policer [#1052] Tidy INFO logs 2021-12-27 14:28:01 +03:00
replicator [#1052] Tidy INFO logs 2021-12-27 14:28:01 +03:00
reputation [#961] *: Support NeoFS API status returns 2021-11-24 09:26:40 +03:00
session [#961] *: Support NeoFS API status returns 2021-11-24 09:26:40 +03:00
util [#961] *: Support NeoFS API status returns 2021-11-24 09:26:40 +03:00