bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / random / bit_generator / ISpawnableSeedSequence / spawn
cython_function_or_method
numpy.random.bit_generator:ISpawnableSeedSequence.spawn
Signature
def spawn ( n_children ) Summary
Spawn a number of child SeedSequence s by extending the spawn_key.
Extended Summary
See seedsequence-spawn for additional notes on spawning children.
Parameters
n_children: int
Returns
seqs: list of `SeedSequence` s
Aliases
-
numpy.random.bit_generator.ISpawnableSeedSequence.spawn