RandomModule
The RandomModule
class enables random number generation.
Example
Properties
This module exposes no properties.
Methods
Method
Description
random
random(): number
Returns a uniformly distributed number between 0.0 (inclusive) and 1.0 (exclusive).
Classes
This module exposes no classes.
Last updated
Was this helpful?