Rust Random Choice

Chooses samples randomly by their weights/probabilities.

Advantages

This algorithm is based on the stochastic universal sampling algorithm.

Applications