Probability of generating two matching random numbers to 15 decimal places

27 Views Asked by At

In my app, I am capturing the duration of a user event in milliseconds to 15 decimal places.

  1. I would like to know if a formula exists to calculate the probability of different user's duration matching any others to 15 decimal places.

  2. Also, how many successive events would it take before a matching duration could occur?