cupynumeric.random.BitGenerator#
- class cupynumeric.random.BitGenerator(seed: int | None = None, forceBuild: bool = False)#
- __init__( ) None #
BitGenerator(seed=None)
Base Class for generic BitGenerators, which provide a stream of random bits based on different algorithms. Must be overridden.
- Parameters:
seed ({int, None}, optional) – A seed to initialize the BitGenerator. If None, then fresh, unpredictable entropy will be pulled from the OS.
See also
- Availability:
Multiple GPUs, Multiple CPUs
Methods