frostfs-node/cmd/neofs-adm/internal/modules
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
..
config [#927] neofs-adm: provide container alias fee on deploy 2021-10-19 17:47:29 +03:00
morph [#851] util/rand: use single random source 2022-01-12 19:29:27 +03:00
root.go [#1041] cmd/*: factor out autocomplet command generation 2022-01-12 18:33:48 +03:00