xs_irand_range

Syntax

stock xs_irand_range(pmin, pmax)

Usage

pmin
The minimum value.
pmax
The maximum value.

Description

Retrieves a random integer between the specified values.

Note

@pmax has to be greater than @pmin!

Return

A random integer.