public class JVMRandom extends Object
| Constructor and Description |
|---|
JVMRandom() |
| Modifier and Type | Method and Description |
|---|---|
double |
nextDouble() |
int |
nextInt() |
int |
nextInt(int n) |
long |
nextLong() |
static long |
nextLong(long n) |
Copyright © 2022. All rights reserved.