S
Shatin
Can anyone help me with a script that would shuffle the elements of an array
of integers randomly. For example:
MyArray before shuffling: 1, 2, 3, 4, 5
MyArray after shuffling: 3, 5, 4, 2, 1
I want the reordering to be really random.
TIA
of integers randomly. For example:
MyArray before shuffling: 1, 2, 3, 4, 5
MyArray after shuffling: 3, 5, 4, 2, 1
I want the reordering to be really random.
TIA