Back to Numerical Arrays (NumPy)
np.getBitGenerator
Get a BitGenerator class by name.
Syntax
np.getBitGenerator(name)
Description
Get a BitGenerator class by name.
Parameters
| Name | Description |
|---|---|
| name | - Name of the BitGenerator (case-insensitive) |
Returns
new (seed?: number | bigint | number[] | SeedSequence | null) => BitGenerator