SciPy

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.

Previous topic

numpy.random.SeedSequence.spawn

Next topic

numpy.random.bit_generator.ISeedSequence.generate_state