smol-rs / fastrand

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

feat: Add no_std mode #50

Closed notgull closed 1 year ago

notgull commented 1 year ago

This PR adds a feature named std. When disabled, the thread-local generator and Rng::new() are disabled. This allows fastrand to be used in no_std environments.