numpy.random.SeedSequence.spawn

method

random.SeedSequence.spawn(n_children)

Spawn a number of child SeedSequence s by extending the spawn_key.

See SeedSequence spawning for additional notes on spawning children.

Parameters:
n_childrenint
Returns:
seqslist of SeedSequence s

See also

random.Generator.spawn, random.BitGenerator.spawn

Equivalent method on the generator and bit generator.

© 2005–2024 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/2.0/reference/random/bit_generators/generated/numpy.random.SeedSequence.spawn.html