NumPy

Previous topic

numpy.random.SeedSequence.generate_state

Next topic

Parallel Random Number Generation

This is documentation for an old release of NumPy (version 1.18). Read this page in the documentation of the latest stable release (version 2.2).

numpy.random.SeedSequence.spawn

method

SeedSequence.spawn(n_children)

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

Parameters
n_childrenint
Returns
seqslist of SeedSequence s