Interface RandomIntSource
-
- All Known Implementing Classes:
AbstractWell,IntProvider,ISAACRandom,JDKRandom,KISSRandom,MersenneTwister,MultiplyWithCarry256,Well1024a,Well19937a,Well19937c,Well44497a,Well44497b,Well512a,XoRoShiRo64Star,XoRoShiRo64StarStar,XoShiRo128Plus,XoShiRo128StarStar
public interface RandomIntSourceSource of randomness that generates values of typeint.- Since:
- 1.0
-
-
Method Summary
Modifier and Type Method Description intnext()
-