logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

generate_randfile - a program to generate a file of random data

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.

                                                                                            generate_randfile(1)

Description

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

Name

generate_randfile - a program to generate a file of random data

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)

Synopsis

generate_randfile [ -s seed] [ -f file] count

See Also