Function rand_round

Source
pub fn rand_round(value: f64, random: &GameRng) -> i64
Expand description

Stochastic round of a non-integer value. Delegates to the shared native helper so every rand_round caller draws RNG identically.