public interface NumberService
| Modifier and Type | Method and Description |
|---|---|
double |
nextDouble() |
double |
nextDouble(double bound) |
double |
nextDouble(double lowerBound,
double upperBound) |
float |
nextFloat() |
float |
nextFloat(float upperBound) |
float |
nextFloat(float lowerBound,
float upperBound) |
int |
nextInt() |
int |
nextInt(int upperBound) |
int |
nextInt(int lowerBound,
int upperBound) |
long |
nextLong() |
long |
nextLong(long upperBound) |
long |
nextLong(long lowerBound,
long upperBound) |
long nextLong()
int nextInt()
int nextInt(int upperBound)
int nextInt(int lowerBound,
int upperBound)
long nextLong(long upperBound)
long nextLong(long lowerBound,
long upperBound)
double nextDouble()
double nextDouble(double bound)
double nextDouble(double lowerBound,
double upperBound)
float nextFloat()
float nextFloat(float upperBound)
float nextFloat(float lowerBound,
float upperBound)
Copyright © 2020. All rights reserved.