Expand description
Functions for random generation
Functions§
- generate_
random_ alphanumeric_ string - Get a random alphanumeric string that can be used for all tests.
- generate_
test_ namespace - Returns a unique namespace for testing.
- make_
deterministic_ rng - Returns a deterministic RNG for testing.
- make_
nondeterministic_ rng - Returns a non-deterministic RNG where supported.
Type Aliases§
- Deterministic
Rng - A deterministic RNG.
- NonDeterministic
Rng - A RNG that is non-deterministic if the platform supports it.