Skip to content
Adrien GIVRY edited this page Sep 26, 2020 · 3 revisions

Description

Some global maths functions

Variables

This usertype has no variables

Constructors

This usertype has no constructors

Functions

Name Input Output Description
RandomInt number: min
number: max
number Generate a random number between two given integers (Closed interval)
RandomFloat number: min
number: max
number Generate a random number between two given floats (Closed interval)
CheckPercentage number: percentage
boolean Verify if the percentage is satisfied

Operators

This usertype has no operators

Clone this wiki locally