diff options
author | Sverker Eriksson <[email protected]> | 2011-09-19 11:04:58 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2011-09-19 11:04:58 +0200 |
commit | 307c06863caebcd63f98c010a31a0263890af9b4 (patch) | |
tree | e47f800cb8b63e886b1b141567e80f24096a3b20 /lib/crypto/doc/src/crypto.xml | |
parent | 7ebf84abf7e5d06ce9ef6ec11783318aa393093d (diff) | |
parent | 02b8d9b4d669ae215b1c2423fa961db1b69a487f (diff) | |
download | otp-307c06863caebcd63f98c010a31a0263890af9b4.tar.gz otp-307c06863caebcd63f98c010a31a0263890af9b4.tar.bz2 otp-307c06863caebcd63f98c010a31a0263890af9b4.zip |
Merge branch 'sverker/crypto-rand_uniform-negative/OTP-9526' into dev
* sverker/crypto-rand_uniform-negative/OTP-9526:
[crypto] Fix rand_uniform for negative values
Diffstat (limited to 'lib/crypto/doc/src/crypto.xml')
-rw-r--r-- | lib/crypto/doc/src/crypto.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml index 179ba4498c..96c4a072e1 100644 --- a/lib/crypto/doc/src/crypto.xml +++ b/lib/crypto/doc/src/crypto.xml @@ -744,7 +744,7 @@ Mpint() = <![CDATA[<<ByteLen:32/integer-big, Bytes:ByteLen/binary>>]]> <p>Generate a random number <c><![CDATA[N, Lo =< N < Hi.]]></c> Uses the <c>crypto</c> library pseudo-random number generator. The arguments (and result) can be either erlang integers or binary - multi-precision integers.</p> + multi-precision integers. <c>Hi</c> must be larger than <c>Lo</c>.</p> </desc> </func> <func> |