[][src]Module indy_utils::random

Random number generation

Functions

fill_random

Fill a mutable slice with random data using the system random number generator.

random_array

Create a new GenericArray instance with random data.

random_deterministic

Written to be compatible with randombytes_deterministic in libsodium, used to generate a deterministic wallet raw key.

random_vec

Create a new Vec<u8> instance with random data.

Type Definitions

SeedSize