-
- Downloads
Try to read 627 random words from /dev/urandom when initializing the
random number state. This should give better random numbers since we initialize the state with 627 "truly" random values. Previously, only one word was used, which meant that the state vector really only had 32 bits of randomness.
Loading
Please register or sign in to comment