rust-random / rand

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

Use Simd::wrapping_neg #1414

Closed dhardy closed 8 months ago

dhardy commented 8 months ago

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