from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
generate_randfile
Section: User Commands (1) Index
Return to Main Contents
NAME
generate_randfile
- a program to generate a file of random data
SYNOPSIS
generate_randfile
[
-s
seed] [
-f
file]
count
DESCRIPTION
Produces a file comprised of random integers in networ-byt-order from the
rand(3) library call.
OPTIONS
- -s
-
the seed to use to create the random numbers.
- -f
-
the file to create for writing the output (default is to use standard output).
- count
-
the number of integers to write.
SEE ALSO
rand(3)
AUTHOR
These programs were written by Russell Coker < russell@coker.com.au>. May be
freely used and distributed without restriction.
AVAILABILITY
The source is available from http://www.coker.com.au/bonnie++ .
See http://etbe.coker.com.au/category/benchmark for further information.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- SEE ALSO
-
- AUTHOR
-
- AVAILABILITY
-
|