public class Random
Java implementation for a random number generator.
| Modifier and Type | Class and Description |
|---|---|
static class |
Random.Companion |
| Modifier and Type | Field and Description |
|---|---|
static Random.Companion |
Companion |
| Constructor and Description |
|---|
Random()
Java implementation for a random number generator.
|
| Modifier and Type | Method and Description |
|---|---|
int |
next(int max)
Returns a random number between 0 and max.
|
public static Random.Companion Companion