UniformDoubleDist

Name

UniformDoubleDist --  Uniform Double Distribution

Description

A generator of floating point values uniformly distributed across a half-open interval [min,max). (The interval includes the lower endpoint but excludes the upper endpoint.) NOTE: Setting minValue == maxValue is allowed (and returns minValue).

Protocols adopted by UniformDoubleDist

DoubleDistribution CREATABLE

Methods

Phase: Creating

Phase: Setting

Phase: Using