pub fn draw(probs: &[f32], rng: &mut SplitMix64) -> u32Expand description
Draw from a normalized distribution with the caller’s RNG.
pub fn draw(probs: &[f32], rng: &mut SplitMix64) -> u32Draw from a normalized distribution with the caller’s RNG.