Math.random() and 32-bit precision

added by JavaScript Kicks
12/1/2015 6:13:35 PM

577 Views

Last week, Mike Malone, CTO of Betable, wrote a very insightful and informative article on Math.random() and PRNGs in general. Mike pointed out V8/Chrome used a pretty bad algorithm to generate random numbers and, since this week, V8 uses a better algorithm.


0 comments