Interface RandomLongSource
-
- All Known Implementing Classes:
LongProvider,MersenneTwister64,SplitMix64,TwoCmres,XoRoShiRo128Plus,XoRoShiRo128StarStar,XorShift1024Star,XorShift1024StarPhi,XoShiRo256Plus,XoShiRo256StarStar,XoShiRo512Plus,XoShiRo512StarStar
public interface RandomLongSourceSource of randomness that generates values of typelong.- Since:
- 1.0
-
-
Method Summary
Modifier and Type Method Description longnext()
-