UniformIntegerDist

Name

UniformIntegerDist --  Uniform Integer Distribution

Description

A generator of integral values uniformly distributed across a closed interval [min,max]. (The interval includes both its endpoints.) Setting minValue == maxValue is allowed (and returns minValue).

Protocols adopted by UniformIntegerDist

IntegerDistribution CREATABLE

Methods

Phase: Creating

Phase: Setting

Phase: Using