seed

paddle.compat. seed ( ) int [source]

Sets the seed for generating random numbers to a non-deterministic random number on all devices. Returns a 64 bit number used to seed the RNG. :returns: int64, the seed used to seed the RNG. :rtype: Returns

Examples

>>> import paddle
>>> seed = paddle.compat.seed()