2016-06-27 05:29:38 +00:00
. \" Copyright (C) 2009-2011, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
2010-05-19 01:14:14 +00:00
. \"
2016-07-21 07:11:01 +00:00
. \" This Source Code Form is subject to the terms of the Mozilla Public
. \" License, v. 2.0. If a copy of the MPL was not distributed with this
. \" file, You can obtain one at http://mozilla.org/MPL/2.0/.
2009-03-02 03:54:10 +00:00
. \"
.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
2016-06-27 05:29:38 +00:00
Copyright \(co 2009-2011, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
2009-03-03 01:12:26 +00:00
.br