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