wnrndt(3)
NAME
- wn_true_random_int, wn_true_random_bit - true random num
- bers
SYNOPSIS
#include <wn/wnrndt.h> int wn_true_random_int(void) int wn_true_random_bit(void)
DESCRIPTION
- These routines generate true random numbers by XOR-ing to
- gether bits from /usr/spool/news. They are much slower than rou
- tines for pseudo-random numbers in wnrnd, and they fail when
- /usr/spool/news runs out of bits.
SEE ALSO
wnrnd
AUTHOR
- Will Naylor
- WNLIB August 23, 1998