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
{{ message }}
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
Looks like ints never come out with an absolute value lower than one septillion, which is undesirable. I'd like to see an option to guarantee at-least one instance of zero as well.
The text was updated successfully, but these errors were encountered:
Think about this more, there are further special values other than 0 I'd like the ability to guarantee, like the primes...
I think the ideal is to use Perturbation in the generation of values across the library, rather than simple distributions like uniform and exponential.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This code:
produces:
Looks like ints never come out with an absolute value lower than one septillion, which is undesirable. I'd like to see an option to guarantee at-least one instance of zero as well.
The text was updated successfully, but these errors were encountered: