diff options
author | Dan Gudmundsson <[email protected]> | 2015-05-08 09:28:57 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2015-05-08 09:28:57 +0200 |
commit | 40980940e866a9fe8f7055d7499df8bf604f11d4 (patch) | |
tree | 5ccf2cddbfc286a3354506c154427d17ce392ed9 /lib/stdlib/doc/src/random.xml | |
parent | 085167b061b8252383d4de037c34c674aa59d38a (diff) | |
parent | 401bf07f5908137cde206f2f755af83c9a7ff71e (diff) | |
download | otp-40980940e866a9fe8f7055d7499df8bf604f11d4.tar.gz otp-40980940e866a9fe8f7055d7499df8bf604f11d4.tar.bz2 otp-40980940e866a9fe8f7055d7499df8bf604f11d4.zip |
Merge branch 'dgud/stdlib/rand/OTP-12586'
* dgud/stdlib/rand/OTP-12586:
stdlib: Document and add normal distributed random value function
stdlib: Add new random functionality/module
Diffstat (limited to 'lib/stdlib/doc/src/random.xml')
-rw-r--r-- | lib/stdlib/doc/src/random.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/stdlib/doc/src/random.xml b/lib/stdlib/doc/src/random.xml index 2cc621ffc3..e475cda23d 100644 --- a/lib/stdlib/doc/src/random.xml +++ b/lib/stdlib/doc/src/random.xml @@ -48,6 +48,9 @@ <p>It should be noted that this random number generator is not cryptographically strong. If a strong cryptographic random number generator is needed for example <c>crypto:rand_bytes/1</c> could be used instead.</p> + <note><p>The new and improved <seealso + marker="stdlib:rand">rand</seealso> module should be used + instead of this module.</p></note> </description> <datatypes> <datatype> |