This is a pre-release version (2.5.0.dev0+git20251130.2de293a). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / random / bit_generator / SeedSequence / spawn

cython_function_or_method

numpy.random.bit_generator:SeedSequence.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

See also

random.BitGenerator.spawn

Equivalent method on the generator and bit generator.

random.Generator.spawn

Equivalent method on the generator and bit generator.

Aliases

  • numpy.random.SeedSequence.spawn

Referenced by