You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
randomize() takes an array as first argument (mandatory) and returns a new array randomized.
If the second argument (optional) is set to true, it assigns the new randomized array to the original array.