rust-random / rand

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

Add reusable counterpart of WeightedIndex #1460

Open maratik123 opened 2 weeks ago

maratik123 commented 2 weeks ago

Summary

Add reusable counterpart of WeightedIndex

Motivation

This solves #1459

Details

Add new module to implement ReusableWeightedIndex