Home > rc-js-util > _Math > boundRandom
Create a random value between min and max.
Signature:
static readonly boundRandom: typeof mathBoundRandom;
NaN input will cause a debug error. Max greater than min will cause a debug error.
See mathBoundRandom().