Caution: In this restricted "Fossies" environment the current HTML page may not be correctly presentated and may have some non-functional links.
You can here alternatively try to
browse the pure source code or just
view or
download the uninterpreted raw source code. If the rendering is insufficient you may try to find and view the page on the project site itself.
Name
genrandom
— generate a file containing random data
Synopsis
genrandom
[-n number
]
{size
}
{filename
}
DESCRIPTION
genrandom
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.
ARGUMENTS
- -n
number
-
In place of generating one file, generates number
(from 2 to 9) files, appending number
to the name.
- size
-
The size of the file, in kilobytes, to generate.
- filename
-
The file name into which random data should be written.
SEE ALSO
rand(3)
,
arc4random(3)