summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/rand48.3
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-01-30 16:34:52 +0000
committermpp <mpp@FreeBSD.org>1996-01-30 16:34:52 +0000
commit62cdcaa268e9ad16b906a817690d3036e0f12eee (patch)
tree8aeda37daf69a55f7b237234fddb55ae594d2322 /lib/libc/gen/rand48.3
parentb907f5fc5abd92ae1ae59cab85c8a350e7b3ec74 (diff)
downloadFreeBSD-src-62cdcaa268e9ad16b906a817690d3036e0f12eee.zip
FreeBSD-src-62cdcaa268e9ad16b906a817690d3036e0f12eee.tar.gz
Fix even more spelling errors in some more man pages.
Diffstat (limited to 'lib/libc/gen/rand48.3')
-rw-r--r--lib/libc/gen/rand48.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/rand48.3 b/lib/libc/gen/rand48.3
index 9fadeb2..356f2f3 100644
--- a/lib/libc/gen/rand48.3
+++ b/lib/libc/gen/rand48.3
@@ -54,7 +54,7 @@ particular formula employed is
r(n+1) = (a * r(n) + c) mod m
where the default values are
for the multiplicand a = 0xfdeece66d = 25214903917 and
-the addend c = 0xb = 11. The modul is always fixed at m = 2 ** 48.
+the addend c = 0xb = 11. The modulo is always fixed at m = 2 ** 48.
r(n) is called the seed of the random number generator.
.Pp
For all the six generator routines described next, the first
OpenPOWER on IntegriCloud