Returns the initial seed for generating random numbers as a Python int.
The 64-bit initial seed of the default generator on CPU place only.
int
Examples
>>> import paddle >>> s = paddle.random.initial_seed()