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
Hi @aaron868 - sorry for the slow response on this.
The 0.23 release added upToAndIncluding ranges for doubles. upTo ranges are a little problematic as it is not instantly clear what the maximum value they should produce is.
upToAndIncluding will be added for floats in the next release.
Could you add range constraints on double and float generators similar to those of integers? For example, from().upTo().
Thank you.
The text was updated successfully, but these errors were encountered: