cunumeric.random.seed#

cunumeric.random.seed(init: int | None = None) None#

Reseed the legacy random number generator.

This function is effective only when cuRAND is NOT used in the build and is a no-op otherwise.

Availability:

Multiple GPUs, Multiple CPUs