forked from blitz-research/monkey
-
Notifications
You must be signed in to change notification settings - Fork 1
Module monkey.random
Leonard Thieu edited this page Aug 23, 2019
·
2 revisions
The random module provides functions to generate random numbers.
Seed : Int
The random module provides functions to generate random numbers.
Function Rnd : Float ()
Returns a random float in the range 0 (inclusive) to 1 (exclusive).
Returns a random float in the range 0 (inclusive) to range (exclusive).
Returns a random float in the range low (inclusive) to high (exclusive).
- Home
- Tutorials
- Samples
- API Reference
- Programming
- Target SDKs
- Tools
- Links
- Credits