Query: generate_randfile
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
generate_randfile(1) General Commands Manual generate_randfile(1)NAMEgenerate_randfile - a program to generate a file of random dataSYNOPSISgenerate_randfile [ -s seed] [ -f file] countDESCRIPTIONProduces a file comprised of random integers in network-byte-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 ALSOrand(3)AUTHORThese programs were written by Russell Coker <russell@coker.com.au>. May be freely used and distributed without restriction.AVAILABILITYThe source is available from http://www.coker.com.au/bonnie++ . See http://etbe.coker.com.au/category/benchmark for further information. generate_randfile(1)