Class DoubleRangeGenerator<Context extends GeneratorContext<Context>>

  • All Implemented Interfaces:
    Generator<Context,​java.lang.Double>

    public class DoubleRangeGenerator<Context extends GeneratorContext<Context>>
    extends java.lang.Object
    implements Generator<Context,​java.lang.Double>
    Default generator for selecting one of a set of values of the same type..
    • Constructor Summary

      Constructors 
      Constructor Description
      DoubleRangeGenerator​(double fromIncluding, double toExcluding)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Double generate​(Context ctx)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DoubleRangeGenerator

        public DoubleRangeGenerator​(double fromIncluding,
                                    double toExcluding)