genrandom.html revision 2eeb74d1cf5355dd98f6d507a10086e16bb08c4b
794b79e6bbc3f5db1ea6ae154d739b9f1ef1a375Tinderbox User - Copyright (C) 2009-2011, 2014 Internet Systems Consortium, Inc. ("ISC")
4f91bcae4368308b0bfd13769a059de222a3769dAutomatic Updater - Permission to use, copy, modify, and/or distribute this software for any
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt - purpose with or without fee is hereby granted, provided that the above
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt - copyright notice and this permission notice appear in all copies.
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
bef75d63d74f58abc0f834ed271526672777ba29Automatic Updater - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt - PERFORMANCE OF THIS SOFTWARE.
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" title="genrandom">
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt<a name="man.genrandom"></a><div class="titlepage"></div>
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User — generate a file containing random data
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User <div class="refsynopsisdiv" title="Synopsis">
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User [<code class="option">-n <em class="replaceable"><code>number</code></em></code>]
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User {<em class="replaceable"><code>size</code></em>}
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User {<em class="replaceable"><code>filename</code></em>}
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User<a name="idp60847184"></a><h2>DESCRIPTION</h2>
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User <span class="command"><strong>genrandom</strong></span>
e1263b4b9c16f5ecd7640be046b1e1a5c592c1e0Automatic Updater generates a file or a set of files containing a specified quantity
e1263b4b9c16f5ecd7640be046b1e1a5c592c1e0Automatic Updater of pseudo-random data, which can be used as a source of entropy for
e1263b4b9c16f5ecd7640be046b1e1a5c592c1e0Automatic Updater other commands on systems with no random device.
e1263b4b9c16f5ecd7640be046b1e1a5c592c1e0Automatic Updater<dt><span class="term">-n <em class="replaceable"><code>number</code></em></span></dt>
e1263b4b9c16f5ecd7640be046b1e1a5c592c1e0Automatic Updater In place of generating one file, generates <code class="option">number</code>
e1263b4b9c16f5ecd7640be046b1e1a5c592c1e0Automatic Updater (from 2 to 9) files, appending <code class="option">number</code> to the name.
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt The size of the file, in kilobytes, to generate.
cb3c295308f7a3acfc748e60231ca05183e4393cAutomatic Updater<dt><span class="term">filename</span></dt>
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt The file name into which random data should be written.
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User <span class="refentrytitle">arc4random</span>(3)