Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.

seq

(This command has been awarded a Yubnub Golden Egg)

http://random.org/cgi-bin/randseq?min=1&max=%s
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.
    
87 uses - Created 2005-06-12 05:54:50 - Last used 2016-01-11 06:26:13
Is this command broken? Tell Jon if you know how to fix it.