aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/random.xml
AgeCommit message (Collapse)Author
2011-10-18Merge branch 'sverker/random-improved-algo'Sverker Eriksson
* sverker/random-improved-algo: Improve algorithm in module random. Fix a bug in the implementation of the pseudo-random number generator OTP-8713
2011-05-12rHans Bolinder
Use Erlang specs and types for documentation
2011-03-28Improve algorithm in module random.Sverker Eriksson
Avoid seed values that are even divisors of the primes and by that prevent getting seeds that are stuck on zero. Example: random:seed(0,0,0) would produce a series of only zeros.
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP