mcfacts.mcfacts_random_state

Controls the global random state used throughout McFACTS simulations.

mcfacts.mcfacts_random_state.reset_random(seed)

Set the seed of the random number generator

Parameters:

seed (int) – seed value to set

Returns:

rng – rng set with input value seed

Return type:

numpy random number generator