SciPy

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

numpy.random.bit_generator.ISpawnableSeedSequence.spawn

attribute

ISpawnableSeedSequence.spawn(n_children)

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

Parameters:
n_children : int
Returns:
seqs : list of SeedSequence s