Interface RandomIntSource
-
- All Known Implementing Classes:
AbstractWell
,DotyHumphreySmallFastCounting32
,IntProvider
,ISAACRandom
,JDKRandom
,JenkinsSmallFast32
,KISSRandom
,L32X64Mix
,MersenneTwister
,MiddleSquareWeylSequence
,MultiplyWithCarry256
,PcgMcgXshRr32
,PcgMcgXshRs32
,PcgXshRr32
,PcgXshRs32
,Well1024a
,Well19937a
,Well19937c
,Well44497a
,Well44497b
,Well512a
,XoRoShiRo64Star
,XoRoShiRo64StarStar
,XoShiRo128Plus
,XoShiRo128PlusPlus
,XoShiRo128StarStar
public interface RandomIntSource
Source of randomness that generates values of typeint
.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
next()
Return the next random value.
-
-
-
Method Detail
-
next
int next()
Return the next random value.- Returns:
- the next random value.
-
-