Suppose there is an experiment that in each trial returns a two vector of probabilities of size $n$. In each trial I select uniformly a number from ${1,\cdots, n}$ and compare that element in this two vectors. I want to see if in a large number of trials, that randomly selected element of first vector is greater than the second one. For this I am planning to compare their mean values according to paired sample $t$-test. I know that the vector elements have specified variance and expected value. With this information is it justified to use this hypothesis test?
Thank you.