public class RandomService
extends java.lang.Object
| Constructor and Description |
|---|
RandomService()
Uses a default shared random.
|
RandomService(java.util.Random random) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
nextBoolean() |
double |
nextDouble() |
int |
nextInt(int n) |
java.lang.Integer |
nextInt(int min,
int max) |
long |
nextLong() |
long |
nextLong(long n) |
Copyright © 2018. All Rights Reserved.