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
feat: Make number::integer support more integral types (#1052)
* Make number::integer support more integral types
Instead of using std::uniform_int_distribution<I>, which only supports certain
integral types, use std::uniform_int_distribution<[unsigned] long long>, and
allow any integral type not larger than long long.
* Run clang-format
---------
Co-authored-by: Michał Cieślar <[email protected]>
0 commit comments