smol-rs / fastrand

A simple and fast random number generator
Apache License 2.0
386 stars 33 forks source link

Remove 128-bit usize value generator #87

Closed notgull closed 1 month ago

notgull commented 1 month ago

128-bit targets are apparently not supported by Rust yet, and this is causing an error to be raised.

Closes #85