Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "random/base/discrete-uniform/docs/types/index.d"

Index

Variables

Export assignment discreteUniform

discreteUniform: Random

Returns a discrete uniform distributed pseudorandom number with minimum support a and maximum support b.

Notes

  • If a >= b, the function returns NaN.
  • If a or b is not an integer value, the function returns NaN.
param

minimum support

param

maximum support

returns

pseudorandom number