Skip to content

Randomize.Integer

Jason Park edited this page Jul 13, 2018 · 1 revision

Randomize.Integer

Create a random integer. Usage

Methods

Name Description
Randomize.Integer The integer would be between min and max inclusive. Usage
new Randomize.Integer(int min = 1, int max = 9)
create Create a random integer. Usage
int create()
Clone this wiki locally