This is the command generate_randfile that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
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 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.
Use generate_randfile online using onworks.net services