man wnrndt (Fonctions bibliothèques) - true random numbers
NAME
wn_true_random_int, wn_true_random_bit - true random numbers
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 together bits from /usr/spool/news. They are much slower than routines for pseudo-random numbers in wnrnd, and they fail when /usr/spool/news runs out of bits.
SEE ALSO
wnrnd
AUTHOR
Will Naylor