8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
For some reason, I get nothing back when I run cat /dev/urandom | base64 | head -c 5 on my system. This turns numpy deterministic silently.
cat /dev/urandom | base64 | head -c 5
Running
import numpy as np print(np.random.RandomState().get_state()[1][0]) print(np.random.RandomState().get_state()[1][0])
should print two different numbers. I get the same number twice.
1.17.3 3.7.5 (default, Oct 17 2019, 12:09:47) [GCC 9.2.1 20190827 (Red Hat 9.2.1-1)]