Fixes for style in Random class.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2020-05-26 13:33:43 +02:00
parent 373988c8b0
commit 817b4c55d8
Signed by: Deukhoofd
GPG Key ID: ADF2E9256009EDCE
1 changed files with 1 additions and 1 deletions

View File

@ -4,8 +4,8 @@
#include <chrono>
#include <cstdint>
#include <random>
#include "Assert.hpp"
#include "../extern/pcg_random.hpp"
#include "Assert.hpp"
namespace Arbutils {