Remix.run Logo
jazzyjackson 2 days ago

Are you at least using a TRNG?

henrychannel 2 days ago | parent [-]

Currently Math.random(). random.org’s API would give true randomness sourced from atmospheric noise.

Might add it in a future release.

jazzyjackson a day ago | parent | next [-]

You can also just stick one of these in your server!

https://www.crowdsupply.com/leetronics/infinite-noise-trng

__patchbit__ 2 days ago | parent | prev [-]

How good is the RNG on NetBSD's ching(6)?