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
The range-based BinaryInteger.random(...) functions trap infinite ranges. It would be better to return nil. The current functions should be rewritten as unchecked conveniences with appropriate generic constraints.
The range-based
BinaryInteger.random(...)functions trap infinite ranges. It would be better to returnnil. The current functions should be rewritten as unchecked conveniences with appropriate generic constraints.