Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More intuitive calculator? #444

Closed
olalonde opened this issue Sep 12, 2023 · 1 comment
Closed

More intuitive calculator? #444

olalonde opened this issue Sep 12, 2023 · 1 comment

Comments

@olalonde
Copy link

In case it helps anyone, I just went down the rabbit hole of calculating the amount of random bits required to avoid collisions using a different approach. The traditional Birthday Paradox formula gives us a probability (e.g. less than 1% chance) but it's not very intuitive to understand what the probability means in terms we are used to as developers. So I tried a different approach: expected time period for one collision to happen. Feel free to use.

https://colab.research.google.com/drive/1ec4n7Ex9bnkl_c45EUlIPCNtsLKrwaB2?usp=sharing

@ai
Copy link
Owner

ai commented Sep 12, 2023

Better UX, you UI is too complex to be used instead the current one

@ai ai closed this as completed Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants