librespot/playback
Roderick van Domburg ff3648434b
Change hand-picked RNGs back to SmallRng
While `Xoshiro256+` is faster on 64-bit, it has low linear complexity in the
lower three bits, which *are* used when generating dither.

Also, while `Xoshiro128StarStar` access one less variable from the heap,
multiplication is generally slower than addition in hardware.
2021-10-21 19:31:58 +02:00
..
src Change hand-picked RNGs back to SmallRng 2021-10-21 19:31:58 +02:00
Cargo.toml Change hand-picked RNGs back to SmallRng 2021-10-21 19:31:58 +02:00