2014-02-27 20:07:06 -05:00
. \" Copyright (C) 2009-2011, 2014 Internet Systems Consortium, Inc. ("ISC")
2010-05-18 21:14:14 -04:00
. \"
2009-03-02 18:47:43 -05:00
. \" Permission to use, copy, modify, and/or distribute this software for any
2009-03-01 22:54:10 -05: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-18 21:14:14 -04:00
. \"
2009-03-01 22:54:10 -05: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-18 21:14:14 -04:00
. \" AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
2009-03-01 22:54:10 -05: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.
. \"
2012-03-06 20:41:11 -05:00
. \" $Id$
2009-03-01 22:54:10 -05:00
. \"
.hy 0
.ad l
2009-03-02 20:12:26 -05:00
. \" Title: genrandom
. \" Author:
. \" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
2014-02-27 20:07:06 -05:00
. \" Date: August 08, 2011
2009-03-02 20:12:26 -05:00
. \" Manual: BIND9
. \" Source: BIND9
. \"
2014-02-27 20:07:06 -05:00
.TH "GENRANDOM" "8" "August 08, 2011" "BIND9" "BIND9"
2009-03-02 20:12:26 -05:00
. \" disable hyphenation
.nh
. \" disable justification (adjust text to left margin only)
.ad l
.SH "NAME"
2009-03-01 22:54:10 -05:00
genrandom \- generate a file containing random data
.SH "SYNOPSIS"
.HP 10
2010-05-17 21:14:20 -04:00
\fB genrandom\fR [\fB \- n\ \fR \fB \fI number\fR \fR ] {\fI size\fR } {\fI filename\fR }
2009-03-01 22:54:10 -05:00
.SH "DESCRIPTION"
.PP
2009-03-02 20:12:26 -05:00
\fB genrandom\fR
2010-05-17 21:14:20 -04: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-01 22:54:10 -05:00
.SH "ARGUMENTS"
2009-03-02 20:12:26 -05:00
.PP
2010-05-17 21:14:20 -04: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
to the name.
.RE
.PP
2009-03-01 22:54:10 -05:00
size
2009-03-02 20:12:26 -05:00
.RS 4
The size of the file, in kilobytes, to generate.
.RE
.PP
2011-08-08 21:14:54 -04:00
filename
2009-03-02 20:12:26 -05:00
.RS 4
The file name into which random data should be written.
.RE
2009-03-01 22:54:10 -05:00
.SH "SEE ALSO"
.PP
2009-03-02 20:12:26 -05:00
\fB rand\fR (3),
\fB arc4random\fR (3)
2009-03-01 22:54:10 -05:00
.SH "AUTHOR"
.PP
2009-03-02 20:12:26 -05:00
Internet Systems Consortium
.SH "COPYRIGHT"
2014-02-27 20:07:06 -05:00
Copyright \(co 2009\- 2011, 2014 Internet Systems Consortium, Inc. ("ISC")
2009-03-02 20:12:26 -05:00
.br