genrandom.html revision d2ebd5d5fba00a44ca49462c6cd4390e9876a137
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews - Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
7c74e180c206e6ed99e8beb820da5f399d845c3eDavid Lawrence - Permission to use, copy, modify, and/or distribute this software for any
7c74e180c206e6ed99e8beb820da5f399d845c3eDavid Lawrence - purpose with or without fee is hereby granted, provided that the above
7c74e180c206e6ed99e8beb820da5f399d845c3eDavid Lawrence - copyright notice and this permission notice appear in all copies.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews - PERFORMANCE OF THIS SOFTWARE.
74cb99072c4b0ebd2ccafcfa284288fa760f7a1aMark Andrews<!-- $Id: genrandom.html,v 1.5 2009/09/19 01:14:52 tbox Exp $ -->
7c74e180c206e6ed99e8beb820da5f399d845c3eDavid Lawrence<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
ea31416b4fcdf23732355a8002f93f29e3b3d2dbAndreas Gustafsson<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
03e200df5dc283f24a6a349f0b31d3eab26da893Mark Andrews<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley<a name="man.genrandom"></a><div class="titlepage"></div>
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley<p><span class="application">genrandom</span> — generate a file containing random data</p>
ccdac53c027e8964753b36c4d8c7b0e98af501c2Michael Graff<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>
ccdac53c027e8964753b36c4d8c7b0e98af501c2Michael Graff <span><strong class="command">genrandom</strong></span>
ccdac53c027e8964753b36c4d8c7b0e98af501c2Michael Graff generates a file containing a specified quantity of pseudo-random
3d776d762914d1b675b4fd49728ce353ccf6f77eBrian Wellington data, which can be used as a source of entropy for other commands
ccdac53c027e8964753b36c4d8c7b0e98af501c2Michael Graff on systems with no random device.
75a4dd0d377dca2f85cea44e28bf110314c1fe8cDavid Lawrence The size of the file, in kilobytes, to generate.
75a4dd0d377dca2f85cea44e28bf110314c1fe8cDavid Lawrence The file name into which random data should be written.
e893dce91279d7313a579f72caae3941f6dc5a27David Lawrence <span class="citerefentry"><span class="refentrytitle">rand</span>(3)</span>,
e893dce91279d7313a579f72caae3941f6dc5a27David Lawrence <span class="citerefentry"><span class="refentrytitle">arc4random</span>(3)</span>
e893dce91279d7313a579f72caae3941f6dc5a27David Lawrence<p><span class="corpauthor">Internet Systems Consortium</span>