Usage:

This shortcode returns a random integer.

This shortcode does NOT support conditional branching with [ELSE_randint].
Shortcode nesting is NOT supported.

Parameters:

min The minimum value of the random integer.
Default: 0.
Required: no.
max The maximum value of the random integer.
Default: PHP_INT_MAX. (The largest integer supported in your build of PHP. Usually int(2147483647). Available since PHP 5.0.5)
Required: no.

Example:

[mbr_randint min='1' max='10']

[mbr_randint min='10']

[mbr_randint max='1000']

API:

There is currently no ActiveMember360 API function equivalent for this shortcode.