Suppose I want to randomly select a subarray from a given array L. The array L has a length of 100 containing only distinct elements, and the subarray should ha
100