frostfs-node/pkg/innerring/processors/audit
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
..
events.go [#265] innerring: Generate new audit event 2020-12-25 16:49:27 +03:00
handlers.go [#291] Remove some unused code from repository 2020-12-30 10:27:53 +03:00
process.go [#851] util/rand: use single random source 2022-01-12 19:29:27 +03:00
processor.go *: replace neofs-api-go with neofs-sdk-go 2021-11-12 17:29:09 +03:00
scheduler.go *: replace neofs-api-go with neofs-sdk-go 2021-11-12 17:29:09 +03:00
scheduler_test.go [#979] Upgrade SDK NeoFS Go dependency 2021-12-01 17:31:04 +03:00