![]() |
Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
SYNOPSIS
seq [max]
EXAMPLE
seq 100
DESCRIPTION
Generates a random sequence of the numbers from 1 to max.
The numbers generated by this form do not contain duplicates
(they're like lottery tickets drawn out of a hat).
The true random numbers are generated using atmospheric noise
which for many purposes is better than the pseudo-random
numbers typically generated by computer programs.
For more information, see http://random.org/sform.html
Related commmand: random, which allows duplicates. Enter
"man random" for the manual for the random command.