diff options
author | Zandra <[email protected]> | 2015-11-20 10:01:48 +0100 |
---|---|---|
committer | Zandra <[email protected]> | 2015-11-20 10:01:48 +0100 |
commit | b5e4c4533ed5e407804b825ecab65164161a0060 (patch) | |
tree | cd7c49ac1f35d06580518ea2e46f98071584e6b2 /lib/stdlib | |
parent | 17f94df030a237743df2eaf7415de14a35d9179e (diff) | |
parent | cdbe44920678d68a9936e1ab504bc1c8aad65847 (diff) | |
download | otp-b5e4c4533ed5e407804b825ecab65164161a0060.tar.gz otp-b5e4c4533ed5e407804b825ecab65164161a0060.tar.bz2 otp-b5e4c4533ed5e407804b825ecab65164161a0060.zip |
Merge branch 'riverrun/maint' into maint
* riverrun/maint:
Recommend against using crypto:rand_bytes
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/doc/src/rand.xml | 2 | ||||
-rw-r--r-- | lib/stdlib/doc/src/random.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/rand.xml b/lib/stdlib/doc/src/rand.xml index e7d4728ef7..50057259c6 100644 --- a/lib/stdlib/doc/src/rand.xml +++ b/lib/stdlib/doc/src/rand.xml @@ -104,7 +104,7 @@ strong. If a strong cryptographic random number generator is needed, use one of functions in the <seealso marker="crypto:crypto">crypto</seealso> - module, for example <c>crypto:rand_bytes/1</c>.</p></note> + module, for example <c>crypto:strong_rand_bytes/1</c>.</p></note> </description> <datatypes> <datatype> diff --git a/lib/stdlib/doc/src/random.xml b/lib/stdlib/doc/src/random.xml index d3d7c90c31..fc4f796863 100644 --- a/lib/stdlib/doc/src/random.xml +++ b/lib/stdlib/doc/src/random.xml @@ -48,7 +48,7 @@ tuple of three integers.</p> <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> + example <c>crypto:strong_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> |