[Toc][Index]

@RANDOM


@RANDOM[min, max]:  Returns a "pseudo-random" value between min and max, 
inclusive.  Min, max, and the returned value are all integers. 
The random number generator is initialized from the system clock the first 
time it is used after the command processor starts, so it will produce a 
different sequence of random numbers each time you use it. 

Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs