Let us also compare the time it takes for the two methods to shuffle the same array. We will run the two methods on the same array and log the time it takes for them to shuffle it. We will log times for arrays of lengths ranging from 102to 109, with increments of orders of 10. ...