uniform01Distribution

Provides an infinite sequence of random numbers uniformly distributed in the interval [0, 1). If no RNG is specified, uniformDistribution will use the default generator rndGen.

  1. auto uniform01Distribution(UniformRNG rng)
  2. auto uniform01Distribution()
    uniform01Distribution
    (
    T = double
    )
    ()
    if (
    isFloatingPoint!T
    )

Meta