# $EPIC: rand.txt,v 1.2 2006/08/19 06:07:20 sthalik Exp $
$rand(<maximum>)
For an overview of what a “Random number” is, see Random_Numbers(7)
If you don't know what random numbers are good for, then don't worry about
this function. If you do know what random numbers are good for, then you
don't need to have this explained to you.
If <maximum> is 0, returns a random integer 0 .. ULONG_MAX If <maximum> is not 0, returns a random integer 0 .. <maximum>
$rand(50) returns a random number less than 50 $rand(0) returns a random number less than ULONG_MAX $rand() returns nothing
This function first appeared in ircII.