Franklin Ta

Results 3 comments of Franklin Ta

I played with a wasm build based on @shahrodkh's example back then. I just cleaned it up and pushed it. Let me know if that works for you.

You will need at least 24 previous values (since they give you around 2 bits of info each and the rng state is 48 bits) otherwise you will find a...

I don't think ThreadLocalRandom uses the same prng algorithm as Random so this repo wouldn't have helped anyway. I don't know of any similar tools.