aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2017-07-10 14:16:34 +0200
committerGitHub <[email protected]>2017-07-10 14:16:34 +0200
commit45787fb84c07352171cac7114ef28057c8305a8d (patch)
tree83b99a9a500238fe402d280d52ad9a3420125b02
parentaf1405c9af1ec183bd5a728d0224967be8ca01b7 (diff)
parent397341168ca6f8bb46e0aad1ea7dfe6ac1b10b67 (diff)
downloadotp-45787fb84c07352171cac7114ef28057c8305a8d.tar.gz
otp-45787fb84c07352171cac7114ef28057c8305a8d.tar.bz2
otp-45787fb84c07352171cac7114ef28057c8305a8d.zip
Merge pull request #1508 from essen/rand-seed-typo
Fix typo in rand.xml: superseeded -> superseded
-rw-r--r--lib/stdlib/doc/src/rand.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/rand.xml b/lib/stdlib/doc/src/rand.xml
index e06d7e467d..a68fb7d55f 100644
--- a/lib/stdlib/doc/src/rand.xml
+++ b/lib/stdlib/doc/src/rand.xml
@@ -66,7 +66,7 @@
<p>Jump function: equivalent to 2^64 calls</p>
<p>
This is a corrected version of the previous default algorithm,
- that now has been superseeded by Xoroshiro116+ (<c>exrop</c>).
+ that now has been superseded by Xoroshiro116+ (<c>exrop</c>).
Since there is no native 58 bit rotate instruction this
algorithm executes a little (say &lt; 15%) faster than <c>exrop</c>.
See the