diff options
author | Guilherme Andrade <[email protected]> | 2017-03-22 21:48:54 +0000 |
---|---|---|
committer | Guilherme Andrade <[email protected]> | 2017-03-22 21:48:54 +0000 |
commit | 1f236ff5a8aaedc720b45420c3d53092435ecd52 (patch) | |
tree | 2fbd67e9fdaacce607acbeb91b1d6a8425f859e9 | |
parent | 5eae0dacf40ec60b09f0fdf761987e39320c4db0 (diff) | |
download | otp-1f236ff5a8aaedc720b45420c3d53092435ecd52.tar.gz otp-1f236ff5a8aaedc720b45420c3d53092435ecd52.tar.bz2 otp-1f236ff5a8aaedc720b45420c3d53092435ecd52.zip |
fixup! Support cryptographically strong rand plugin
Be friendlier to Dialyzer
-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 36a1a2c2ee..3eee24769d 100644 --- a/lib/crypto/doc/src/crypto.xml +++ b/lib/crypto/doc/src/crypto.xml @@ -742,7 +742,7 @@ <p><em>Example</em></p> <pre> -crypto:rand_seed(), +_ = crypto:rand_seed(), _IntegerValue = rand:uniform(42), % [1; 42] _FloatValue = rand:uniform(). % [0.0; 1.0]</pre> </desc> |