Interface RNG

  • All Known Implementing Classes:
    SplittableRN

    public interface RNG
    • Method Summary

      Modifier and Type Method Description
      boolean Bool()  
      double Double()  
      double Double​(double bound)  
      int Int​(int bound)  
      long Long​(long bound)  
    • Method Detail

      • Int

        int Int​(int bound)
      • Double

        double Double​(double bound)
      • Double

        double Double()
      • Long

        long Long​(long bound)
      • Bool

        boolean Bool()