aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
diff options
context:
space:
mode:
authorZandra <[email protected]>2015-11-20 10:02:41 +0100
committerZandra <[email protected]>2015-11-20 10:02:41 +0100
commitabaa4d89bd6e012ce50f21278c9bbcfc6a553b0c (patch)
treebba3c14ee9faf12cf5212aed8b9d58cbbc47bff4 /lib/stdlib
parente4163490d46b89f28cc8331cf846a576e1bc12de (diff)
parentb5e4c4533ed5e407804b825ecab65164161a0060 (diff)
downloadotp-abaa4d89bd6e012ce50f21278c9bbcfc6a553b0c.tar.gz
otp-abaa4d89bd6e012ce50f21278c9bbcfc6a553b0c.tar.bz2
otp-abaa4d89bd6e012ce50f21278c9bbcfc6a553b0c.zip
Merge branch 'maint'
Diffstat (limited to 'lib/stdlib')
-rw-r--r--lib/stdlib/doc/src/rand.xml2
-rw-r--r--lib/stdlib/doc/src/random.xml2
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>