diff options
author | Dan Gudmundsson <[email protected]> | 2015-04-28 14:37:33 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2015-04-30 13:06:58 +0200 |
commit | 401bf07f5908137cde206f2f755af83c9a7ff71e (patch) | |
tree | 2771a5b1bc341b13458209b66a16c51f5c0bdc04 /lib/stdlib/doc/src/ref_man.xml | |
parent | 95aff702b5e4b21ec277b1e0125f639ce30f997a (diff) | |
download | otp-401bf07f5908137cde206f2f755af83c9a7ff71e.tar.gz otp-401bf07f5908137cde206f2f755af83c9a7ff71e.tar.bz2 otp-401bf07f5908137cde206f2f755af83c9a7ff71e.zip |
stdlib: Document and add normal distributed random value function
It is needed in various tests. It uses the Ziggurat algorithm, which
is the fastest that I know.
Diffstat (limited to 'lib/stdlib/doc/src/ref_man.xml')
-rw-r--r-- | lib/stdlib/doc/src/ref_man.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stdlib/doc/src/ref_man.xml b/lib/stdlib/doc/src/ref_man.xml index ea4009dc3e..459fc8c8ed 100644 --- a/lib/stdlib/doc/src/ref_man.xml +++ b/lib/stdlib/doc/src/ref_man.xml @@ -78,6 +78,7 @@ <xi:include href="proplists.xml"/> <xi:include href="qlc.xml"/> <xi:include href="queue.xml"/> + <xi:include href="rand.xml"/> <xi:include href="random.xml"/> <xi:include href="re.xml"/> <xi:include href="sets.xml"/> |