Skip to content

Commit

Permalink
what
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreya-Autumn committed Sep 10, 2024
1 parent b291d2f commit e4f736b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sst/basic-blocks/dsp/RNG.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ struct RNG
{
std::uniform_int_distribution<int> intdist(min, max - 1);
return intdist(g);
}
} // clang-format problem? Why?

inline bool boolean() { return b(g); }

Expand Down

0 comments on commit e4f736b

Please sign in to comment.