IPSEC_RANBITSSection: Maintenance Commands (8)Updated: 22 Aug 2000 |
IPSEC_RANBITSSection: Maintenance Commands (8)Updated: 22 Aug 2000 |
The --quick option produces quick-and-dirty random bits: instead of using the high-quality random bits from /dev/random, which may take some time to supply the necessary bits if nbits is large, ranbits uses /dev/urandom, which yields prompt results but lower-quality randomness.
The --continuous option uses datatot(3) x output format, like h but without the underscores.
The --bytes option causes nbits to be interpreted as a byte count rather than a bit count.
Without --quick, ranbits's run time is difficult to predict. A request for a large number of bits, at a time when the system's entropy pool is low on randomness, may take quite a while to satisfy.