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