random() - Version: 234

Description

Generate a random long when this function is called.

Example

none

Syntax


long random(long howbig)

or


long random(long howsmall, long howbig)


Parameters

long howbig – long number maximum size of the random number generated.
long howsmall – long number minimum size of the random number generated.

Returns

nothing

Related

none




Edit History