rust-random / rand

A Rust library for random number generation.
https://crates.io/crates/rand
Other
1.6k stars 423 forks source link

Make WeightedTree::try_sample public #1444

Closed xmakro closed 1 month ago

xmakro commented 2 months ago

It was accidentally made private

dhardy commented 1 month ago

Note: if we had a TryDistribution trait, this would mirror Distribution::sample. But maybe we don't need that.