numpy.random.SeedSequence.spawn¶
method
-
SeedSequence.spawn(n_children)¶ Spawn a number of child
SeedSequences by extending thespawn_key.Parameters: - n_children : int
Returns: - seqs : list of
SeedSequences
method
SeedSequence.spawn(n_children)¶Spawn a number of child SeedSequence s by extending the
spawn_key.
| Parameters: |
|
|---|---|
| Returns: |
|