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 SeedSequences by extending the spawn_key.
