This is documentation for an old release of NumPy (version 1.17.0). Read this page in the documentation of the latest stable release (version > 1.17).
numpy.random.bit_generator.ISeedSequence¶
-
class
numpy.random.bit_generator.
ISeedSequence
¶ Abstract base class for seed sequences.
BitGenerator
implementations should treat any object that adheres to this interface as a seed sequence.See also
SeedSequence
,SeedlessSeedSequence
Methods
generate_state
(n_words[, dtype])Return the requested number of words for PRNG seeding.