Generator
__init__
Initialize a random number generator.
Parameters:
-
seed
(int or None
, default:None
) –For reproducibility, provide a seed. If no seed is provided, a random seed is provided by the operating system and generally the results will be different every time you reseed.
-
bitgenerator_class
(type[BitGenerator]
, default:None
) –This is the class used to create new BitGenerator objects when the seed is reset.