pub fn shuffle(arr: &[JValue]) -> Result<JValue, FunctionError>Expand description
$shuffle(array) - Randomly shuffle array elements Uses Fisher-Yates (inside-out variant) algorithm
pub fn shuffle(arr: &[JValue]) -> Result<JValue, FunctionError>$shuffle(array) - Randomly shuffle array elements Uses Fisher-Yates (inside-out variant) algorithm