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.ISpawnableSeedSequence¶
-
class
numpy.random.bit_generator.
ISpawnableSeedSequence
¶ Abstract base class for seed sequences that can spawn.
Methods
generate_state
(n_words[, dtype])Return the requested number of words for PRNG seeding. spawn
(n_children)Spawn a number of child SeedSequence
s by extending the spawn_key.