rust-rand0.8-devel-0.8.5-1.fc42 in Fedora 42
↵ Return to the main page of rust-rand0.8-devel
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Changelog
Date |
Author |
Change |
2025-02-11 |
Fabio Valentini <decathorpe at gmail dot com> - 0.8.5-1 |
- Initial import (rand 0.8 compat package) |
Provides
- crate(rand)
- rust-rand0.8-devel
Files
- usr/
- share/
- cargo/
- registry/
- rand-0.8.5/
- .cargo-checksum.json
- CHANGELOG.md
- COPYRIGHT
- Cargo.toml
- LICENSE-APACHE
- LICENSE-MIT
- README.md
- src/
- distributions/
- bernoulli.rs
- distribution.rs
- float.rs
- integer.rs
- mod.rs
- other.rs
- slice.rs
- uniform.rs
- utils.rs
- weighted.rs
- weighted_index.rs
- lib.rs
- prelude.rs
- rng.rs
- rngs/
- adapter/
- mod.rs
- read.rs
- reseeding.rs
- mock.rs
- mod.rs
- small.rs
- std.rs
- thread.rs
- xoshiro128plusplus.rs
- xoshiro256plusplus.rs
- seq/