Interface RandomLongSource
- All Known Implementing Classes:
LongProvider,MersenneTwister64,SplitMix64,TwoCmres,XoRoShiRo128Plus,XoRoShiRo128StarStar,XorShift1024Star,XorShift1024StarPhi,XoShiRo256Plus,XoShiRo256StarStar,XoShiRo512Plus,XoShiRo512StarStar
public interface RandomLongSource
Source of randomness that generates values of type
long.- Since:
- 1.0
-
Method Summary
Modifier and Type Method Description longnext()
-
Method Details
-
next
long next()- Returns:
- the next random value.
-