pub fn roll_int(low: &Value, high: &Value) -> DogeResultExpand description
roll.int(low, high) — a uniform Int in the inclusive range [low, high]. A
low above high is a catchable ValueError, not an empty range.
pub fn roll_int(low: &Value, high: &Value) -> DogeResultroll.int(low, high) — a uniform Int in the inclusive range [low, high]. A
low above high is a catchable ValueError, not an empty range.