public class DoubleValueRange extends AbstractUncountableValueRange<Double>
Constructor and Description |
---|
DoubleValueRange(double from,
double to) |
public DoubleValueRange(double from, double to)
from
- inclusive minimumto
- exclusive maximum, >= from
public boolean contains(Double value)
value
- sometimes nullpublic Iterator<Double> createRandomIterator(Random workingRandom)
ValueRange
workingRandom
- never null, the Random
to use when any random number is needed,
so EnvironmentMode.REPRODUCIBLE
works correctlyCopyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.