random
Core (core.inc)
Description
random - Returns a pseudo-random number in the range of 0 to max-1.
Syntax
random ( max )
Type
Native
User Contributed Notes
knare at optonline dot net Aug-28-05 23:03:56
You can also generate a random number between two specified intergers by using: example: (between 10 and 20) new num = random(10,20)