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
It would be great to handle rand for (union of) intervals
Of course, there is an issue with opened and closed bounds and how to handle them, as most rng will a value within an opened/closed interval. However, I believe it is not statically an issue.
If this is a feature of interest, I can make a PR for that next month (or someone can do it before me :p). Otherwise, I will define the function in my project!
The text was updated successfully, but these errors were encountered:
It would be great to handle
rand
for (union of) intervalsOf course, there is an issue with opened and closed bounds and how to handle them, as most rng will a value within an opened/closed interval. However, I believe it is not statically an issue.
If this is a feature of interest, I can make a PR for that next month (or someone can do it before me :p). Otherwise, I will define the function in my project!
The text was updated successfully, but these errors were encountered: