This PR solves #585 by changing the instantiation of std::uniform_int_distribution from the implicit char to the explicit int, which makes the static_assert in MacOSX13.3.sdk happy. (Detailed reason is mentioned in the issue)
Also improve the overall format for this test🥰
This PR solves #585 by changing the instantiation of
std::uniform_int_distribution
from the implicitchar
to the explicitint
, which makes thestatic_assert
inMacOSX13.3.sdk
happy. (Detailed reason is mentioned in the issue) Also improve the overall format for this test🥰