diff options
author | Lukas Larsson <[email protected]> | 2017-07-10 14:17:16 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-07-10 14:17:16 +0200 |
commit | e04733a3e136f51a7e19b2c90a45ba01d14f9c3f (patch) | |
tree | 671501de2b3eda5fb0afcbf903792b92d53bca2a /lib | |
parent | c8257916772534cbccd75f2083935d3800a27eb9 (diff) | |
parent | 45787fb84c07352171cac7114ef28057c8305a8d (diff) | |
download | otp-e04733a3e136f51a7e19b2c90a45ba01d14f9c3f.tar.gz otp-e04733a3e136f51a7e19b2c90a45ba01d14f9c3f.tar.bz2 otp-e04733a3e136f51a7e19b2c90a45ba01d14f9c3f.zip |
Merge branch 'maint'
Diffstat (limited to 'lib')
-rw-r--r-- | lib/stdlib/doc/src/rand.xml | 2 |
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 < 15%) faster than <c>exrop</c>. See the |