Closed dullbananas closed 1 year ago
When using the global rng functions (such as fastrand::u8 instead of fastrand::Rng::u8) or Rng::new, it fails because it tries to import "env" at runtime (#34). This should be fixed or mentioned in the docs.
Duplicate of https://github.com/smol-rs/fastrand/issues/27
When using the global rng functions (such as fastrand::u8 instead of fastrand::Rng::u8) or Rng::new, it fails because it tries to import "env" at runtime (#34). This should be fixed or mentioned in the docs.