Class SamplerBase

    • Method Detail

      • nextDouble

        protected double nextDouble()
        Deprecated.
        Returns:
        a random value from a uniform distribution in the interval [0, 1).
      • nextInt

        protected int nextInt()
        Deprecated.
        Returns:
        a random int value.
      • nextInt

        protected int nextInt​(int max)
        Deprecated.
        Parameters:
        max - Upper bound (excluded).
        Returns:
        a random int value in the interval [0, max).
      • nextLong

        protected long nextLong()
        Deprecated.
        Returns:
        a random long value.