public class RNG extends Object
| Constructor | Description | 
|---|---|
RNG() | 
| Modifier and Type | Method | Description | 
|---|---|---|
static int | 
randomInt(int low,
         int high) | 
 Generates a random integer between first and second input value. 
 | 
Copyright © 2007–2018. All rights reserved.