bundles / numpy 2.4.3 / numpy / random / _pickle / __bit_generator_ctor
function
numpy.random._pickle:__bit_generator_ctor
source: /numpy/random/_pickle.py :17
Signature
def __bit_generator_ctor ( bit_generator : str | type[BitGenerator] = MT19937 ) Summary
Pickling helper function that returns a bit generator object
Parameters
bit_generator: type[BitGenerator] or strBitGenerator class or string containing the name of the BitGenerator
Returns
: BitGeneratorBitGenerator instance
Aliases
-
numpy.random._pickle.__bit_generator_ctor