Java org.apache.commons.math3.distribution UniformIntegerDistribution fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.distribution UniformIntegerDistribution fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.distribution UniformIntegerDistribution.

The text is from its open source code.

Constructor

UniformIntegerDistribution(int lower, int upper)
Creates a new uniform integer distribution using the given lower and upper bounds (both inclusive).
UniformIntegerDistribution(RandomGenerator rng, int lower, int upper)
Creates a new uniform integer distribution using the given lower and upper bounds (both inclusive).

Method