Skip to content

Commit

Permalink
closes #231
Browse files Browse the repository at this point in the history
  • Loading branch information
roboshoes committed Mar 4, 2016
1 parent 096ce43 commit f21b27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/random.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ random(); // 1
```

See this [detailed explanation about PRNG in
JavaScript](http://baagoe.org/en/w/index.php/Better_random_numbers_for_javascript)
JavaScript](https://github.com/nquinlan/better-random-numbers-for-javascript-mirror)
to understand the issues with the native `Math.random` and also for a list of
algorithms that could be used instead.

Expand Down

0 comments on commit f21b27e

Please sign in to comment.