Skip to content

Commit

Permalink
Add size_t and ptrdiff_t to uniform_integer_distribution tests
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Apr 3, 2024
1 parent 9271083 commit c13ddcb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ TEMPLATE_TEST_CASE( "uniform_integer_distribution can handle unit ranges",
uint32_t,
int32_t,
uint64_t,
int64_t ) {
int64_t,
size_t,
ptrdiff_t) {
// We want random seed to sample different parts of the rng state,
// the output is predetermined anyway
std::random_device rd;
Expand Down

0 comments on commit c13ddcb

Please sign in to comment.