rust-random / rand

A Rust library for random number generation.
https://crates.io/crates/rand
Other
1.6k stars 423 forks source link

Use Simd::wrapping_neg #1414

Closed dhardy closed 3 months ago

dhardy commented 3 months ago

Fixes a minor TODO (see https://github.com/rust-lang/portable-simd/pull/361).