summaryrefslogtreecommitdiff
path: root/src/util/random.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/random.cpp')
-rw-r--r--src/util/random.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/random.cpp b/src/util/random.cpp
index ab35bd389..feac8d5b6 100644
--- a/src/util/random.cpp
+++ b/src/util/random.cpp
@@ -21,7 +21,7 @@
#include <cfloat>
#include "base/check.h"
-namespace CVC5 {
+namespace cvc5 {
Random::Random(uint64_t seed) { setSeed(seed); }
@@ -66,4 +66,4 @@ bool Random::pickWithProb(double probability)
return r < p;
}
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback