So suppose I have a uniform distribution $\mathcal{U}_{[0,1]}$. I want to know the PDF of how many samples it will take to sample a value $x\leq0.01$.
To be clear, let's say I sample the distribution 149 and on the 150th sample I get $x=0.007$. Then it took 150 samples to fulfill this criteria. Now, I can repeat this over and over again and histogram the results. I expect that as the number of samples gets very large, my distribution will begin to look like a normal distribution with $\mu=100$. Is this correct?
If so, what is the standard deviation $\sigma$ of this distribution as the number of samples $N$ gets large? And what about in the case of a general uniform distribution $\mathcal{U}_{[a,b]}$? Ideally, I'm looking for an explicit equation for $\sigma(a, b, N)$ of the normal distribution that approximates this PDF.
This may be related to other questions on here but I don't totally understand how they would answer my question (in particular, I think this question is almost helpful to me!).