Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-13 | Update STDLIB documentation | Björn Gustavsson | |
Language cleaned up by the technical writers xsipewe and tmanevik from Combitech. Proofreading and corrections by Björn Gustavsson and Hans Bolinder. | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2015-11-20 | Merge branch 'riverrun/maint' into maint | Zandra | |
* riverrun/maint: Recommend against using crypto:rand_bytes | |||
2015-11-06 | Recommend against using crypto:rand_bytes | David Whitlock | |
2015-11-04 | Fix typos and grammar | Derek Brown | |
2015-11-04 | [stdlib] Correct documentation | Hans Bolinder | |
Fix mistakes found by 'xmllint'. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-04-30 | stdlib: Document and add normal distributed random value function | Dan Gudmundsson | |
It is needed in various tests. It uses the Ziggurat algorithm, which is the fastest that I know. | |||
2015-03-20 | Replace usage of erlang:now() with usage of new API | Rickard Green | |
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2011-10-18 | Merge 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-12 | r | Hans Bolinder | |
Use Erlang specs and types for documentation | |||
2011-03-28 | Improve 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-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |