Skip to main content

fn_randbetween

Function fn_randbetween 

Source
pub fn fn_randbetween(
    args: &[Expr],
    ctx: &mut Evaluator<'_>,
) -> Result<CellValue>
Expand description

RANDBETWEEN(bottom, top) - random integer in [bottom, top]