pub fn gen_usize_with_weights(high: usize, weights: &[usize]) -> Option<usize>
Expand description

Get a usize value by given weights.