You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First project for university course in probability and statistics.
Simulation of birthday paradox with O(1) sampling after O(d) (where d is the number of days) preprocessing,
project also uses vectorization of sampling with numpy library.
About
First project for university course in probability and statistics