randomgen: fixing include paths for xo/ insertion

This commit is contained in:
Roland Conybeare 2023-10-06 18:41:45 -04:00
commit 00fae469e0
6 changed files with 3 additions and 5 deletions

View file

@ -1,10 +1,8 @@
/* @file ex1.cpp */
#include "randomgen/xoshiro256.hpp"
#include "xo/randomgen/xoshiro256.hpp"
#include <algorithm>
#include <iostream>
//#include <array>
//#include <cstdint>
using namespace xo;
using namespace xo::rng;

View file

@ -1,7 +1,7 @@
/* @file ex2.cpp */
#include "randomgen/xoshiro256.hpp"
#include "randomgen/random_seed.hpp"
#include "xo/randomgen/xoshiro256.hpp"
#include "xo/randomgen/random_seed.hpp"
using namespace xo;
using namespace xo::rng;