Module random

Source
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§

DeterministicRng
A deterministic RNG.
NonDeterministicRng
A RNG that is non-deterministic if the platform supports it.