Package net.sf.freecol.common.util
Class RandomUtils.RandomIntCache
- java.lang.Object
-
- net.sf.freecol.common.util.RandomUtils.RandomIntCache
-
- Enclosing class:
- RandomUtils
public static class RandomUtils.RandomIntCache extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RandomIntCache(java.util.logging.Logger logger, java.lang.String logMe, java.util.Random random, int range, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
nextInt()
int
nextInt(int tighterRange)
private void
refill()
-