js-util

Home > rc-js-util > _Math > boundRandom

_Math.boundRandom property

Create a random value between min and max.

Signature:

static readonly boundRandom: typeof mathBoundRandom;

Remarks

NaN input will cause a debug error. Max greater than min will cause a debug error.

See mathBoundRandom().