Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 18 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
18 magnus 1
.\"                                      Hey, EMACS: -*- nroff -*-
2
.\" First parameter, NAME, should be all caps
3
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4
.\" other parameters are allowed: see man(7), man(1)
5
.TH NETTLE\-LFIB\-STREAM 1 "June 2007" "nettle 1.15" "Nettle tools"
6
.\" Please adjust this date whenever revising the manpage.
7
.\"
8
.\" Some roff macros, for reference:
9
.\" .nh        disable hyphenation
10
.\" .hy        enable hyphenation
11
.\" .ad l      left justify
12
.\" .ad b      justify to both left and right margins
13
.\" .nf        disable filling
14
.\" .fi        enable filling
15
.\" .br        insert line break
16
.\" .sp <n>    insert n+1 empty lines
17
.\" for manpage-specific macros, see man(7)
18
.SH NAME
19
nettle\-lfib\-stream \- pseudorandom generator
20
.SH SYNOPSIS
21
.B nettle\-lfib\-stream
22
.RI [ seed ]
23
.SH DESCRIPTION
24
This manual page documents briefly the
25
.B nettle\-lfib\-stream
26
command.
27
This manual page was written for the Debian GNU/Linux distribution
28
because the original program does not have a manual page.
29
.PP
30
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
31
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
32
.\" respectively.
33
\fBnettle\-lfib\-stream\fP outputs a sequence
34
of pseudorandom (non-cryptographic) bytes, using Knuth's lagged
35
fibonacci generator, optionally using the integer \fIseed\fR as the
36
seed. If no seed is given, \fBtime\fR(2) is used.
37
.PP
38
\fBWarning:\fP The stream is useful for testing, but should not be used
39
to generate cryptographic keys or anything else that needs real randomness.
40
.SH SEE ALSO
41
http://en.wikipedia.org/wiki/Lagged_Fibonacci_generator
42
.SH AUTHOR
43
This manual page was written by Magnus Holmgren <magnus@kibibyte.se>,
44
for the Debian GNU/Linux system (but may be used by others).