Return the initial seed of the default generator.
The initial seed of the default generator.
Ascend GPU CPU
Ascend
GPU
CPU
Examples
>>> from mindspore import manual_seed, initial_seed >>> manual_seed(14) >>> print(initial_seed()) 14