urandom, always same values after reset
Posted: Thu Feb 04, 2021 1:48 am
Hi,
I notice by using urandom module that the values are always the same after a reboot with random(), randint() ...
For example, after a reset, the results after many consecutive urandom.random() instructions are always :
0.7111824
0.4089468
0.09752237
Is someone notice it? Is it normal?
Thanks
I notice by using urandom module that the values are always the same after a reboot with random(), randint() ...
For example, after a reset, the results after many consecutive urandom.random() instructions are always :
0.7111824
0.4089468
0.09752237
Is someone notice it? Is it normal?
Thanks