summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/rand.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib/rand.3')
-rw-r--r--src/lib/libc/stdlib/rand.37
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/rand.3 b/src/lib/libc/stdlib/rand.3
index 2fd88ac8a4..76278c871a 100644
--- a/src/lib/libc/stdlib/rand.3
+++ b/src/lib/libc/stdlib/rand.3
@@ -29,9 +29,9 @@
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE. 30.\" SUCH DAMAGE.
31.\" 31.\"
32.\" $OpenBSD: rand.3,v 1.19 2014/12/09 21:55:39 jmc Exp $ 32.\" $OpenBSD: rand.3,v 1.20 2021/02/12 17:03:51 deraadt Exp $
33.\" 33.\"
34.Dd $Mdocdate: December 9 2014 $ 34.Dd $Mdocdate: February 12 2021 $
35.Dt RAND 3 35.Dt RAND 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -78,6 +78,9 @@ can be substituted for
78then subsequent 78then subsequent
79.Fn rand 79.Fn rand
80calls will return results using the deterministic algorithm. 80calls will return results using the deterministic algorithm.
81The deterministic sequence algorithm changed a number of times since
82original development, is underspecified, and should not be relied upon to
83remain consistent between platforms and over time.
81.Pp 84.Pp
82The 85The
83.Fn rand 86.Fn rand