# tensorplay.cuda.random.seed_all

Source: https://www.tensorplay.cn/docs/generated/tensorplay.cuda.random.seed_all.html

# tensorplay.cuda.random.seed_all

tensorplay.cuda.random.seed_all() &#x2192; [None](https://docs.python.org/3/library/constants.html#None)[[source]](../_modules/tensorplay/cuda/random.html#seed_all)

Set the seed for generating random numbers to a random number on all GPUs.

It’s safe to call this function if CUDA is not available; in that
case, it is silently ignored.
