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