frostfs-node/cmd/neofs-adm/internal/modules/morph
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
..
internal [#979] adm: Add subnet-related commands 2021-12-01 17:31:04 +03:00
container.go *: replace neofs-api-go with neofs-sdk-go 2021-11-12 17:29:09 +03:00
download.go [#733] neofs-adm: read contracts on start 2021-11-01 15:17:18 +03:00
dump.go [#1014] neofs-adm: Print NNS contract version 2021-12-07 18:55:44 +03:00
epoch.go neofs-adm: use nnsResolveHash instead of custom code 2021-08-24 12:35:52 +03:00
generate.go [#995] neofs-adm: implement deposit-notary command 2021-12-02 17:24:16 +03:00
generate_test.go [#684] neofs-adm: add labels to multisig accounts 2021-07-21 15:23:16 +03:00
initialize.go [#1035] neofs-adm: update contracts in a single transaction 2021-12-30 10:20:54 +03:00
initialize_deploy.go [#1056] neofs-adm: deploy proxy contract without arguments 2021-12-30 13:54:07 +03:00
initialize_nns.go [#1035] neofs-adm: update contracts in a single transaction 2021-12-30 10:20:54 +03:00
initialize_register.go [#733] neofs-adm: read contracts on start 2021-11-01 15:17:18 +03:00
initialize_roles.go [#732] neofs-adm: fetch single accounts during the initialization 2021-08-02 14:28:23 +03:00
initialize_transfer.go [#995] neofs-adm: split out tx context 2021-12-02 17:24:16 +03:00
n3client.go [#1031] adm: Use 10 as maxConnPerHost in neo-go client 2021-12-16 18:55:53 +03:00
notary.go [#995] neofs-adm: implement deposit-notary command 2021-12-02 17:24:16 +03:00
root.go [#995] neofs-adm: implement deposit-notary command 2021-12-02 17:24:16 +03:00
subnet.go [#851] util/rand: use single random source 2022-01-12 19:29:27 +03:00
update.go [#1035] neofs-adm: update contracts in a single transaction 2021-12-30 10:20:54 +03:00