-
Notifications
You must be signed in to change notification settings - Fork 280
Math
Adrien GIVRY edited this page Sep 26, 2020
·
3 revisions
Some global maths functions
This usertype has no variables
This usertype has no constructors
| Name | Input | Output | Description |
|---|---|---|---|
| RandomInt |
number: minnumber: max |
number |
Generate a random number between two given integers (Closed interval) |
| RandomFloat |
number: minnumber: max |
number |
Generate a random number between two given floats (Closed interval) |
| CheckPercentage |
number: percentage |
boolean |
Verify if the percentage is satisfied |
This usertype has no operators
