Skip to main content

roll_int

Function roll_int 

Source
pub fn roll_int(low: &Value, high: &Value) -> DogeResult
Expand 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.