253N/A - Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") 253N/A - Permission to use, copy, modify, and/or distribute this software for any 253N/A - purpose with or without fee is hereby granted, provided that the above 253N/A - copyright notice and this permission notice appear in all copies. 253N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH 253N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 253N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, 253N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 253N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 253N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 253N/A - PERFORMANCE OF THIS SOFTWARE. 253N/A<
meta http-
equiv="Content-Type" content="text/html; charset=ISO-8859-1">
783N/A<
title>genrandom</
title>
253N/A<
meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
253N/A<
body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><
div class="refentry" lang="en">
253N/A<
div class="refnamediv">
253N/A<
p><
span class="application">genrandom</
span> — generate a file containing random data</
p>
253N/A<
div class="refsynopsisdiv">
253N/A<
div class="cmdsynopsis"><
p><
code class="command">genrandom</
code> {<
em class="replaceable"><
code>size</
code></
em>} {<
em class="replaceable"><
code>filename</
code></
em>}</
p></
div>
253N/A<
div class="refsect1" lang="en">
253N/A<
a name="id2543351"></
a><
h2>DESCRIPTION</
h2>
253N/A <
span><
strong class="command">genrandom</
strong></
span>
253N/A generates a file containing a specified quantity of pseudo-random
253N/A data, which can be used as a source of entropy for other commands
253N/A on systems with no random device.
253N/A<
div class="refsect1" lang="en">
253N/A<
a name="id2543364"></
a><
h2>ARGUMENTS</
h2>
253N/A<
div class="variablelist"><
dl>
253N/A<
dt><
span class="term">size</
span></
dt>
253N/A The size of the file, in kilobytes, to generate.
253N/A<
dt><
span class="term">domain</
span></
dt>
253N/A The file name into which random data should be written.
253N/A<
div class="refsect1" lang="en">
253N/A<
a name="id2543399"></
a><
h2>SEE ALSO</
h2>
253N/A <
span class="citerefentry"><
span class="refentrytitle">rand</
span>(3)</
span>,
253N/A <
span class="citerefentry"><
span class="refentrytitle">arc4random</
span>(3)</
span>
253N/A<
div class="refsect1" lang="en">
253N/A<
a name="id2543426"></
a><
h2>AUTHOR</
h2>
253N/A<
p><
span class="corpauthor">Internet Systems Consortium</
span>