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
There were uncertainties with upTo() method because from its name it wasn't clear if 0 was included. From now on use only integer(min, max) instead, it's more explicit
sampleMultiple(Collection) was returning empty collections as one of the possibilities. But it wasn't convenient, if user wants empty collections then he should be explicit about that. The method now returns collections with at least 1 element.