API reference@evolu/common › Random

Random number generation.

Core

NameDescription
RandomA simple wrapper around Math.random().
RandomDepDependency wrapper for Random.
RandomLibDepSeedable random number generator supporting many common distributions, provided by the NPM random package.
RandomNumberA random floating point number in [0, 1).
createRandomCreates a Random using Math.random().
createRandomLibCreates a random number generator from the NPM random package.

Testing

FunctionDescription
testCreateRandomCreates a seeded Random for deterministic tests.
testCreateRandomLibCreates a seeded random number generator from the NPM random package for deterministic tests.