Interface RandomLongSource

All Known Implementing Classes:
AbstractL128, AbstractL64, AbstractL64X128, AbstractXoRoShiRo1024, AbstractXoRoShiRo128, AbstractXoShiRo256, AbstractXoShiRo512, 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 type long.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
  • Method Details

    • next

      long next()
      Returns:
      the next random value.