FsRandom
FsRandom copied to clipboard
Utility.createRandomState is not enough random
Utility.createRandomState makes 128-bit random seed using GUID.
GUID generated by Guid.NewGuid() contains fixed bits (version info) and does not have fully 128-bit randomness.