fsprojects/FsRandom

Utility.createRandomState is not enough random

kos59125 opened this issue · 0 comments

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.