Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Revise RNG docs; enable small_rng by default #1455

Merged
merged 9 commits into from
May 23, 2024
Merged

Conversation

dhardy
Copy link
Member

@dhardy dhardy commented May 23, 2024

  • Added a CHANGELOG.md entry

Summary

Continues from #1454, revising doc for the rand crate's RNGs

Closes #1419

Note: rand::rngs module doc deliberately does not mention SeedableRng since each RNG discusses its own construction. Ideally all crates should do this too.

@dhardy dhardy requested a review from newpavlov May 23, 2024 11:24
src/rngs/mod.rs Outdated Show resolved Hide resolved
@dhardy dhardy merged commit ba7f515 into rust-random:master May 23, 2024
14 checks passed
@dhardy dhardy deleted the work1 branch July 8, 2024 09:56
@dhardy
Copy link
Member Author

dhardy commented Nov 23, 2024

This PR reinstates the SeedableRng impl for SmallRng (partial revert of #1368).

benjamin-lieser pushed a commit to benjamin-lieser/rand that referenced this pull request Feb 5, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove small_rng feature?
2 participants