public interface NearbyRandom
Modifier and Type | Method and Description |
---|---|
int |
getOverallSizeMaximum()
Used to limit the RAM memory size of the nearby distance matrix.
|
int |
nextInt(Random random,
int nearbySize) |
int nextInt(Random random, int nearbySize)
random
- never nullnearbySize
- never negative. The number of available values to select from.
Normally this is the size of the value range for a non-chained variable
and the size of the value range (= size of the entity list) minus 1 for a chained variable.0 <= x < nearbySize
int getOverallSizeMaximum()
nextInt(Random, int)
can return,
Integer.MAX_VALUE
if there is noneCopyright © 2006–2022 JBoss by Red Hat. All rights reserved.