Change namespace name so it's a lot less verbose.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-05-26 17:21:08 +02:00
parent 2ae108517d
commit 3dc96de34b
10 changed files with 35 additions and 35 deletions

View File

@@ -7,7 +7,7 @@
#include "../extern/pcg_random.hpp"
#include "Assert.hpp"
namespace Arbutils {
namespace ArbUt {
template <class RandomT> class BaseRandom {
private: