paddle.get_cuda_rng_state()
获取 cuda 随机数生成器的状态信息。
GeneratorState:对象。
>>> import paddle >>> sts = paddle.get_cuda_rng_state()