RandBasic Type

Record fields

Record Field Description

rnd

Full Usage: rnd

Field type: Random
Modifiers: mutable
Field type: Random

Constructors

Constructor Description

RandBasic(n)

Full Usage: RandBasic(n)

Parameters:
    n : int

Returns: RandBasic

If n is negative, the random number generator seed is based on system time, if it is zero or positive it will use n as the seed.

n : int
Returns: RandBasic

RandBasic()

Full Usage: RandBasic()

Returns: RandBasic

Constructs the default random number generator using a time dependent default seed value.

Returns: RandBasic