Random
The random class provides a range of methods for producing random values.
The random object is instansiated for free:
const random = new Random()
// examples
random.int()
random.point()
Meta Data
| title | Random |
| dependencies | () |
| unused_keys | () |
| unknown_keys | () |
| filepath_exists | True |
| path | random |
| filepath | random.js |
| clean_files | () |