deepfold.utils.randomΒΆ

Functions

get_seed_from_string(s)

Hashes input string and returns uint64-like integer seed value.

get_seed_randomly()

Returns truly pseduorandom uint64-like integer seed value.

numpy_seed([seed, key])

Context manager which seeds the Numpy PRNG with the seed and restores the state.

str_hash(string)