From e4f736b2d954d3dd19f71a439b2d06fcc3632a31 Mon Sep 17 00:00:00 2001 From: Andreya-Autumn Date: Tue, 10 Sep 2024 20:26:31 +0200 Subject: [PATCH] what --- include/sst/basic-blocks/dsp/RNG.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sst/basic-blocks/dsp/RNG.h b/include/sst/basic-blocks/dsp/RNG.h index c3bfdd6..cf51d64 100644 --- a/include/sst/basic-blocks/dsp/RNG.h +++ b/include/sst/basic-blocks/dsp/RNG.h @@ -71,7 +71,7 @@ struct RNG { std::uniform_int_distribution intdist(min, max - 1); return intdist(g); - } + } // clang-format problem? Why? inline bool boolean() { return b(g); }