Interface RandomLongSource
-
- All Known Implementing Classes:
DotyHumphreySmallFastCounting64
,JenkinsSmallFast64
,L128X1024Mix
,L128X128Mix
,L128X256Mix
,L64X1024Mix
,L64X128Mix
,L64X128StarStar
,L64X256Mix
,LongProvider
,MersenneTwister64
,PcgRxsMXs64
,SplitMix64
,TwoCmres
,XoRoShiRo1024PlusPlus
,XoRoShiRo1024Star
,XoRoShiRo1024StarStar
,XoRoShiRo128Plus
,XoRoShiRo128PlusPlus
,XoRoShiRo128StarStar
,XorShift1024Star
,XorShift1024StarPhi
,XoShiRo256Plus
,XoShiRo256PlusPlus
,XoShiRo256StarStar
,XoShiRo512Plus
,XoShiRo512PlusPlus
,XoShiRo512StarStar
public interface RandomLongSource
Source of randomness that generates values of typelong
.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
next()
Return the next random value.
-
-
-
Method Detail
-
next
long next()
Return the next random value.- Returns:
- the next random value.
-
-