1generate_randfile(1)        General Commands Manual       generate_randfile(1)
2
3
4

NAME

6       generate_randfile - a program to generate a file of random data
7

SYNOPSIS

9       generate_randfile [ -s seed] [ -f file] count
10
11

DESCRIPTION

13       Produces a file comprised of random integers in network-byte-order from
14       the rand(3) library call.
15
16

OPTIONS

18       -s     the seed to use to create the random numbers.
19
20       -f     the file to create for writing the output  (default  is  to  use
21              standard output).
22
23       count  the number of integers to write.
24
25

SEE ALSO

27       rand(3)
28
29

AUTHOR

31       These  programs  were  written by Russell Coker <russell@coker.com.au>.
32       May be freely used and distributed without restriction.
33
34

AVAILABILITY

36       The source is available from http://www.coker.com.au/bonnie++ .
37
38       See http://etbe.coker.com.au/category/benchmark  for  further  informa‐
39       tion.
40
41
42
43                                                          generate_randfile(1)
Impressum