Closed ndzik closed 3 years ago
Could we short-term just use our newRandomUint8Array
and truncate the last byte, if CEIL is not a power of 256?
Besides that I'm also not too happy with the prng lib that we use. Martin Helmut's number-generator has only 9 ⭐ It still looks like a solid project though.
Current implementation has a big problem :clown_face:
This results in a lot of repeated values and false negatives in some tests. Even better if we can find a battletested library which we could utilise for stuff like this.