pub fn rand_round(value: f64, random: &GameRng) -> i64
Stochastic round of a non-integer value. Delegates to the shared native helper so every rand_round caller draws RNG identically.
rand_round