Rev 151 | 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 NAME
nettle\-lfib\-stream \- pseudorandom generator
.SH SYNOPSIS
.B nettle\-lfib\-stream
.RI [ seed ]
.SH DESCRIPTION
This manual page documents briefly the
.B nettle\-lfib\-stream
command.
This manual page was written for the Debian GNU/Linux distribution
because 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 sequence
of pseudorandom (non-cryptographic) bytes, using Knuth's lagged
fibonacci generator, optionally using the integer \fIseed\fR as the
seed. If no seed is given, \fBtime\fR(2) is used.
.PP
\fBWarning:\fP The stream is useful for testing, but should not be used
to generate cryptographic keys or anything else that needs real randomness.
.SH SEE ALSO
http://en.wikipedia.org/wiki/Lagged_Fibonacci_generator
.SH AUTHOR
This manual page was written by Magnus Holmgren <holmgren@debian.org>,
for the Debian GNU/Linux system (but may be used by others).
.SH COPYRIGHT
Copyright © 2007 Magnus Holmgren.
.P
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.