For example there is an array like this ==> array[10][10]
I want to pick a random element of this array like array[5][7] and assign it to 0
How can I do it<