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 RandomIntSource
Source of randomness that generates values of type
int.- Since:
- 1.0
-
Method Summary
Modifier and Type Method Description intnext()
-
Method Details
-
next
int next()- Returns:
- the next random value.
-