2015-10-07 01:06:58 +00:00
. \" Copyright (C) 2009-2011, 2014, 2015 Internet Systems Consortium, Inc. ("ISC")
2010-05-19 01:14:14 +00:00
. \"
2009-03-02 23:47:43 +00:00
. \" Permission to use, copy, modify, and/or distribute this software for any
2009-03-02 03:54:10 +00:00
. \" purpose with or without fee is hereby granted, provided that the above
. \" copyright notice and this permission notice appear in all copies.
2010-05-19 01:14:14 +00:00
. \"
2009-03-02 03:54:10 +00:00
. \" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
. \" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
2010-05-19 01:14:14 +00:00
. \" AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
2009-03-02 03:54:10 +00:00
. \" INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
. \" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
. \" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
. \" PERFORMANCE OF THIS SOFTWARE.
. \"
.hy 0
.ad l
2015-10-06 05:45:21 +00:00
'\" t
2009-03-03 01:12:26 +00:00
. \" Title: genrandom
. \" Author:
2015-10-07 04:11:09 +00:00
. \" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2015-10-06 05:45:21 +00:00
. \" Date: 2011-08-08
2009-03-03 01:12:26 +00:00
. \" Manual: BIND9
2015-10-06 05:45:21 +00:00
. \" Source: ISC
. \" Language: English
2009-03-03 01:12:26 +00:00
. \"
2015-10-06 05:45:21 +00:00
.TH "GENRANDOM" "8" "2011\-08\-08" "ISC" "BIND9"
. \" -----------------------------------------------------------------
. \" * Define some portability stuff
. \" -----------------------------------------------------------------
. \" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
. \" http://bugs.debian.org/507673
. \" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
. \" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n (.g .ds Aq \(aq
.el .ds Aq '
. \" -----------------------------------------------------------------
. \" * set default formatting
. \" -----------------------------------------------------------------
2009-03-03 01:12:26 +00:00
. \" disable hyphenation
.nh
. \" disable justification (adjust text to left margin only)
.ad l
2015-10-06 05:45:21 +00:00
. \" -----------------------------------------------------------------
. \" * MAIN CONTENT STARTS HERE *
. \" -----------------------------------------------------------------
2009-03-03 01:12:26 +00:00
.SH "NAME"
2009-03-02 03:54:10 +00:00
genrandom \- generate a file containing random data
.SH "SYNOPSIS"
2015-10-07 04:11:09 +00:00
.HP \w '\fBgenrandom\fR\ 'u
2010-05-18 01:14:20 +00:00
\fB genrandom\fR [\fB \- n\ \fR \fB \fI number\fR \fR ] {\fI size\fR } {\fI filename\fR }
2009-03-02 03:54:10 +00:00
.SH "DESCRIPTION"
.PP
2009-03-03 01:12:26 +00:00
\fB genrandom\fR
2015-10-06 05:45:21 +00:00
generates a file or a set of files containing a specified quantity of pseudo\- random data, which can be used as a source of entropy for other commands on systems with no random device\& .
2009-03-02 03:54:10 +00:00
.SH "ARGUMENTS"
2009-03-03 01:12:26 +00:00
.PP
2010-05-18 01:14:20 +00:00
\- n \fI number\fR
.RS 4
In place of generating one file, generates
\fB number\fR
(from 2 to 9) files, appending
\fB number\fR
2015-10-06 05:45:21 +00:00
to the name\& .
2010-05-18 01:14:20 +00:00
.RE
.PP
2009-03-02 03:54:10 +00:00
size
2009-03-03 01:12:26 +00:00
.RS 4
2015-10-06 05:45:21 +00:00
The size of the file, in kilobytes, to generate\& .
2009-03-03 01:12:26 +00:00
.RE
.PP
2011-08-09 01:14:54 +00:00
filename
2009-03-03 01:12:26 +00:00
.RS 4
2015-10-06 05:45:21 +00:00
The file name into which random data should be written\& .
2009-03-03 01:12:26 +00:00
.RE
2009-03-02 03:54:10 +00:00
.SH "SEE ALSO"
.PP
2009-03-03 01:12:26 +00:00
\fB rand\fR (3),
\fB arc4random\fR (3)
2009-03-02 03:54:10 +00:00
.SH "AUTHOR"
.PP
2015-10-06 05:45:21 +00:00
\fB Internet Systems Consortium, Inc\& .\fR
2009-03-03 01:12:26 +00:00
.SH "COPYRIGHT"
2015-10-06 05:45:21 +00:00
.br
2015-10-07 01:06:58 +00:00
Copyright \(co 2009-2011, 2014, 2015 Internet Systems Consortium, Inc. ("ISC")
2009-03-03 01:12:26 +00:00
.br