Random

This component gives your game more randomness

NOTE: This Component is a Static class

Component Author: Jabo Release Date: April 11, 2020

random(int min, int max);

random(float min, float max);

random(double min, double max);

Last updated