smol-rs / fastrand

A simple and fast random number generator
Apache License 2.0
409 stars 35 forks source link

Doesn't compile on f32::MANTISSA_DIGITS and f64::MANTISSA_DIGITS #2

Closed leanthebean closed 4 years ago

leanthebean commented 4 years ago

Hello!

It looks like this latest release isn't compiling on f32::MANTISSA_DIGITS and f64::MANTISSA_DIGITS

https://doc.rust-lang.org/std/f32/constant.MANTISSA_DIGITS.html

Screen Shot 2020-06-26 at 9 14 36 AM
ghost commented 4 years ago

Thanks for the report! Should be fixed now with a new release :)