frostfs-node/pkg/innerring/processors
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
..
alphabet [#807] ir: Merge ContractProcessor and NotaryContractProcessor interfaces 2021-09-09 18:37:45 +03:00
audit [#851] util/rand: use single random source 2022-01-12 19:29:27 +03:00
balance [#971] *: Add notification TX hash to neofs/netmap morph client calls 2021-11-19 09:58:03 +03:00
container [#1002] ir: Add subnet check to the container Put process 2021-12-01 16:26:15 +03:00
governance [#971] *: Group all 3rd parties imports 2021-11-19 09:58:03 +03:00
neofs [#971] *: Group all 3rd parties imports 2021-11-19 09:58:03 +03:00
netmap [#1008] ir/netmap: Call Register method on peer approval 2021-12-07 17:15:44 +03:00
reputation *: replace neofs-api-go with neofs-sdk-go 2021-11-12 17:29:09 +03:00
settlement *: replace neofs-api-go with neofs-sdk-go 2021-11-12 17:29:09 +03:00
subnet [#979] Upgrade SDK NeoFS Go dependency 2021-12-01 17:31:04 +03:00