diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-08-27 21:27:52 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-08-27 21:27:52 +0200 |
commit | b59aa679226d0775838f87289b60bf9b7c626315 (patch) | |
tree | 2c5661a6a8d313b43ed4900a7eb8be488a494096 /sys/man/2 | |
parent | f777743b7242e539a8ac806e4e15c4b527be4bb6 (diff) |
rand(2), cons(3): clarify /dev/random behaviour
Diffstat (limited to 'sys/man/2')
-rw-r--r-- | sys/man/2/rand | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/man/2/rand b/sys/man/2/rand index 471c1b607..c091d1521 100644 --- a/sys/man/2/rand +++ b/sys/man/2/rand @@ -109,10 +109,6 @@ starting state. .I Truerand returns a random unsigned long read from .BR /dev/random . -Due to the nature of -.BR /dev/random , -truerand can only return a few hundred bits a -second. .PP .I Ntruerand returns a uniform random integer |