You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.
A non-cryptographically safe random helper thingy.
TBD:
base it on Math.random(Duktape's implementation here)or something else(Mersene Twister I guess?).References:
https://docs.python.org/3.6/library/random.html
http://ruby-doc.org/stdlib-2.1.2/libdoc/securerandom/rdoc/SecureRandom.html
https://developer.mozilla.org/en-US/docs/Web/API/RandomSource/getRandomValues
https://github.com/ckknight/random-js
http://ruby-doc.org/core-2.2.0/Random.html
https://github.com/MersenneTwister-Lab/TinyMT
https://github.com/dajobe/libmtwist
https://github.com/cslarsen/mersenne-twister
https://github.com/ruby/ruby/blob/trunk/random.c
The text was updated successfully, but these errors were encountered: