Provides an infinite sequence of random numbers uniformly distributed between
a and b. The boundaries parameter controls the shape of the
interval (open vs. closed on either side). Valid values for boundaries
are "[]", "$(LPAREN)]", "[$(RPAREN)", and "()". The
default interval is closed to the left and open to the right. If no random
number generator is specified, the default rndGen will be used as the
source of randomness.
autouniformDistribution(T1 a, T2 b, UniformRNG rng)
Provides an infinite sequence of random numbers uniformly distributed between a and b. The boundaries parameter controls the shape of the interval (open vs. closed on either side). Valid values for boundaries are "[]", "$(LPAREN)]", "[$(RPAREN)", and "()". The default interval is closed to the left and open to the right. If no random number generator is specified, the default rndGen will be used as the source of randomness.