This is the command rand 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
rand - display a random numbers
SYNOPSIS
rand [OPTION]
DESCRIPTION
Write random numbers to standard output.
OPTIONS
-N count
the count of random numbers
-e enable interpretation of backslash escapes
-E disable interpretation of backslash escapes (default)
-M, --max number
the limit of the random numbers (default 32576)
-u, --unique
generate unique numbers (non duplicate values)
-f generate float numbers from 0 to 1
-p precision
the precision of float numbers (activates -f)
-s number
the seed for the random numbers generator (default time(NULL))
-d STRING
delimiter between the numbers (default SPACE)
--eof STRING
What to print at the end of the program (default newline)
--bof STRING
What to print at the beginning of the program (default nothing)
--mask STRING
Mask the numbers (integer only) and display characters according to the mask.
--version
output version information and exit
Use rand online using onworks.net services