https://github.com/charguer/ocaml
Revision c9ce2711a374bd1127ade2862eb82b673cc47ba8 authored by Xavier Leroy on 23 March 2012, 09:57:31 UTC, committed by Xavier Leroy on 23 March 2012, 09:57:31 UTC
Faster implementation of Random.float: to get a 53-bit random mantissa, combining two calls to Random.bits is enough, three was overkill.


git-svn-id: http://caml.inria.fr/svn/ocaml/version/4.00@12261 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
1 parent b07dd96
History
Tip revision: c9ce2711a374bd1127ade2862eb82b673cc47ba8 authored by Xavier Leroy on 23 March 2012, 09:57:31 UTC
Updated documentation of Random.self_init and Random.float.
Tip revision: c9ce271

README

back to top