Skip to content

Commit 3f2ab75

Browse files
committed
Remove sub-crates for os, isaac, jitter, xorshift and xoshiro
rand_os has been deprecated since OsRng is now provided by rand_core The other crates have been moved to the rust-random/rngs repo.
1 parent 2d24cef commit 3f2ab75

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+0
-6455
lines changed

Cargo.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,9 @@ small_rng = ["rand_pcg"] # enables SmallRng
4444
members = [
4545
"rand_core",
4646
"rand_distr",
47-
"rand_jitter",
48-
"rand_os",
49-
"rand_isaac",
5047
"rand_chacha",
5148
"rand_hc",
5249
"rand_pcg",
53-
"rand_xorshift",
54-
"rand_xoshiro",
5550
"tests/wasm_bindgen",
5651
]
5752

@@ -86,9 +81,6 @@ rand_hc = { path = "rand_hc", version = "0.2" }
8681
rand_pcg = { path = "rand_pcg", version = "0.2" }
8782
# Only for benches:
8883
rand_hc = { path = "rand_hc", version = "0.2" }
89-
rand_xoshiro = { path = "rand_xoshiro", version = "0.4" }
90-
rand_isaac = { path = "rand_isaac", version = "0.2" }
91-
rand_xorshift = { path = "rand_xorshift", version = "0.2" }
9284

9385
[package.metadata.docs.rs]
9486
all-features = true

appveyor.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ test_script:
4242
- cargo test --manifest-path rand_core/Cargo.toml --no-default-features
4343
- cargo test --manifest-path rand_core/Cargo.toml --no-default-features --features=alloc
4444
- cargo test --manifest-path rand_distr/Cargo.toml
45-
- cargo test --manifest-path rand_isaac/Cargo.toml --features=serde1
4645
- cargo test --manifest-path rand_pcg/Cargo.toml --features=serde1
47-
- cargo test --manifest-path rand_xorshift/Cargo.toml --features=serde1
48-
- cargo test --manifest-path rand_xoshiro/Cargo.toml
4946
- cargo test --manifest-path rand_chacha/Cargo.toml
5047
- cargo test --manifest-path rand_hc/Cargo.toml
51-
- cargo test --manifest-path rand_jitter/Cargo.toml
52-
- cargo test --manifest-path rand_os/Cargo.toml

rand_isaac/CHANGELOG.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

rand_isaac/COPYRIGHT

Lines changed: 0 additions & 12 deletions
This file was deleted.

rand_isaac/Cargo.toml

Lines changed: 0 additions & 33 deletions
This file was deleted.

rand_isaac/LICENSE-APACHE

Lines changed: 0 additions & 201 deletions
This file was deleted.

rand_isaac/LICENSE-MIT

Lines changed: 0 additions & 26 deletions
This file was deleted.

rand_isaac/README.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)