Class UniformLongSampler.LargeRangeUniformLongSampler

    • Field Detail

      • lower

        private final long lower
        Lower bound.
      • upper

        private final long upper
        Upper bound.
    • Constructor Detail

      • LargeRangeUniformLongSampler

        LargeRangeUniformLongSampler​(UniformRandomProvider rng,
                                     long lower,
                                     long upper)
        Parameters:
        rng - Generator of uniformly distributed random numbers.
        lower - Lower bound (inclusive) of the distribution.
        upper - Upper bound (inclusive) of the distribution.