numpy.random.BitGenerator.seed_seq#
attribute
- random.BitGenerator.seed_seq#
Get the seed sequence used to initialize the bit generator.
New in version 1.25.0.
- Returns:
- seed_seqISeedSequence
The SeedSequence object used to initialize the BitGenerator. This is normally a np.random.SeedSequence instance.