Package: rust-rand / 0.10.0-1

Metadata

Package Version Patches format
rust-rand 0.10.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use rand chacha.patch | (download)

Cargo.toml | 13 4 + 9 - 0 !
src/rngs/std.rs | 4 3 + 1 - 0 !
src/rngs/thread.rs | 19 13 + 6 - 0 !
3 files changed, 20 insertions(+), 16 deletions(-)

---
remove pcg.patch | (download)

Cargo.toml | 3 2 + 1 - 0 !
src/distr/bernoulli.rs | 4 2 + 2 - 0 !
src/distr/float.rs | 4 2 + 2 - 0 !
src/distr/integer.rs | 4 2 + 2 - 0 !
src/distr/other.rs | 4 2 + 2 - 0 !
src/distr/slice.rs | 4 2 + 2 - 0 !
src/distr/uniform.rs | 4 2 + 2 - 0 !
src/distr/uniform_int.rs | 4 2 + 2 - 0 !
src/distr/uniform_other.rs | 4 2 + 2 - 0 !
src/distr/weighted/weighted_index.rs | 4 2 + 2 - 0 !
src/lib.rs | 2 1 + 1 - 0 !
src/seq/index.rs | 4 2 + 2 - 0 !
src/seq/iterator.rs | 4 2 + 2 - 0 !
src/seq/slice.rs | 4 2 + 2 - 0 !
14 files changed, 27 insertions(+), 26 deletions(-)

---