Assume I have a radioactive sample composed of $N$ atoms of some type A. I know that if I measure at time t the number of atoms not already decayed, this number will be given by
$$ N(t) = N_0 \exp\left({-t/T}\right) $$
where $T$ is the mean decay time and $N_0$ is the initial number of atoms A in the sample. However, say that I have a detector that allows me to detect every radioactive emission from the sample and also to measure the exact time at which this emission happens. I will continue this experiment until I have enough data to plot an histogram. On the $y$ axis I put the number of emission detected and on the $x$ axis the time in which the emission has been detected. What is the shape that I expect for this histogram?
I thought I will find a uniform distribution since the exact time in which each atom of the sample decay is completely random.
Another question is: what distribution I will find if I plot the temporal distances between detection times? For example at $t_1$ I have measured an emission and at $t_2$ another one. The temporal distance is $t_2-t_1$. I iterate this process for each $t_i$ of the measurement for $i$ that goes from 1 to $n$, where $n$ is the number of emissions detected. Once I have the resulting temporal distances I plot the histogram.
Thanks.