|
VEX IQ Python API
|
PyMite's random number module (only minimal support is intended) https://docs.python.org/2.6/library/random.html. More...
Functions | |
| def | randint (a, b) |
| Return a random integer N such that a <= N <= b. More... | |
| def | random () |
| Return the next random floating point number in the range [0.0, 1.0). More... | |
PyMite's random number module (only minimal support is intended) https://docs.python.org/2.6/library/random.html.
| def random.randint | ( | a, | |
| b | |||
| ) |
Return a random integer N such that a <= N <= b.
| def random.random | ( | ) |
Return the next random floating point number in the range [0.0, 1.0).
1.8.15