rand - display a random numbers
Contents
Copyright
Copyright © 2008 gulyan89@yahoo.com. License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute
it. There is NO WARRANTY, to the extent permitted by law.
version 1.0 December 18, 2008 rand(1)
Description
Write random numbers to standard output.
Name
rand - display a random numbers
Options
-Ncount
the count of random numbers
-e enable interpretation of backslash escapes
-E disable interpretation of backslash escapes (default)
-M,--maxnumber
the limit of the random numbers (default 32576)
-u,--unique
generate unique numbers (non duplicate values)
-f generate float numbers from 0 to 1
-pprecision
the precision of float numbers (activates -f)
-snumber
the seed for the random numbers generator (default time(NULL))
-dSTRING
delimiter between the numbers (default SPACE)
--eofSTRING
What to print at the end of the program (default newline)
--bofSTRING
What to print at the beginning of the program (default nothing)
--maskSTRING
Mask the numbers (integer only) and display characters according to the mask.
--version
output version information and exit
Reporting Bugs
Report bugs to <gulyan89@yahoo.com>.
Synopsis
rand [OPTION]
