From adc93f6097615f16d57e8a24a256302f2144ec4e Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 17:37:50 +0000 Subject: cut out the html - they're going to cause diffing problems. --- man/man3/genrandom.html | 84 ------------------------------------------------- 1 file changed, 84 deletions(-) delete mode 100644 man/man3/genrandom.html (limited to 'man/man3/genrandom.html') diff --git a/man/man3/genrandom.html b/man/man3/genrandom.html deleted file mode 100644 index 0cddd21d..00000000 --- a/man/man3/genrandom.html +++ /dev/null @@ -1,84 +0,0 @@ - -genrandom(3) - Plan 9 from User Space - - - - -
-
-
GENRANDOM(3)GENRANDOM(3) -
-
-

NAME
- -
- - genrandom, prng – random number generation
- -
-

SYNOPSIS
- -
- - #include <u.h>
- #include <libc.h>
- #include <mp.h>
- #include <libsec.h> -
-
- void genrandom(uchar *buf, int nbytes) -
-
- void prng(uchar *buf, int nbytes)
-
-
-

DESCRIPTION
- -
- - Most security software requires a source of random or, at the - very least, unguessable numbers. -
- - Genrandom fills a buffer with bytes from the X9.17 pseudo-random - number generator. The X9.17 generator is seeded by 24 truly random - bytes read via truerand (see rand(3)). -
- - Prng uses the native rand(3) pseudo-random number generator to - fill the buffer. Used with srand, this function can produce a - reproducible stream of pseudo random numbers useful in testing. - -
- - Both functions may be passed to mprand (see mp(3)).
- -
-

SOURCE
- -
- - /usr/local/plan9/src/libsec
-
-
-

SEE ALSO
- -
- - mp(3)
- -
- -

-
-
- - -
-
-
-Space Glenda -
-
- - -- cgit v1.2.3