Rev 19 | Blame | Compare with Previous | Last modification | View Log | RSS feed
.\" Hey, EMACS: -*- nroff -*-.\" First parameter, NAME, should be all caps.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection.\" other parameters are allowed: see man(7), man(1).TH NETTLE\-LFIB\-STREAM 1 "June 2007" "nettle 1.15" "Nettle tools".\" Please adjust this date whenever revising the manpage..\".\" Some roff macros, for reference:.\" .nh disable hyphenation.\" .hy enable hyphenation.\" .ad l left justify.\" .ad b justify to both left and right margins.\" .nf disable filling.\" .fi enable filling.\" .br insert line break.\" .sp <n> insert n+1 empty lines.\" for manpage-specific macros, see man(7).SH NAMEnettle\-lfib\-stream \- pseudorandom generator.SH SYNOPSIS.B nettle\-lfib\-stream.RI [ seed ].SH DESCRIPTIONThis manual page documents briefly the.B nettle\-lfib\-streamcommand.This manual page was written for the Debian GNU/Linux distributionbecause the original program does not have a manual page..PP.\" TeX users may be more comfortable with the \fB<whatever>\fP and.\" \fI<whatever>\fP escape sequences to invode bold face and italics,.\" respectively.\fBnettle\-lfib\-stream\fP outputs a sequenceof pseudorandom (non-cryptographic) bytes, using Knuth's laggedfibonacci generator, optionally using the integer \fIseed\fR as theseed. If no seed is given, \fBtime\fR(2) is used..PP\fBWarning:\fP The stream is useful for testing, but should not be usedto generate cryptographic keys or anything else that needs real randomness..SH SEE ALSOhttp://en.wikipedia.org/wiki/Lagged_Fibonacci_generator.SH AUTHORThis manual page was written by Magnus Holmgren <magnus@kibibyte.se>,for the Debian GNU/Linux system (but may be used by others).