public class ConcurrentPseudoRandom extends Object
| Constructor and Description |
|---|
ConcurrentPseudoRandom() |
| Modifier and Type | Method and Description |
|---|---|
float |
nextFloat() |
float |
nextFloat(float max) |
float |
nextFloat(long seed) |
long |
nextLong() |
long |
nextLong(long seed) |
Copyright © 2023. All rights reserved.