fun Gen.Companion.numericDoubles(from: Double = Double.MIN_VALUE, to: Double = Double.MAX_VALUE): Gen<Double>Returns a Gen which is the same as Gen.double but does not include +INFINITY, -INFINITY or NaN.
This will only generate numbers ranging from from (inclusive) to to (inclusive)