xo-randomgen -> .xo-randomgen (prep for git subrepo)

This commit is contained in:
Roland Conybeare 2026-06-06 21:31:37 -04:00
commit 4e1dd5679e
20 changed files with 0 additions and 0 deletions

View file

@ -1,16 +0,0 @@
/* @file ex2.cpp */
#include "xo/randomgen/xoshiro256.hpp"
#include "xo/randomgen/random_seed.hpp"
using namespace xo;
using namespace xo::rng;
int
main(int argc, char ** argv) {
Seed<xoshiro256ss> seed;
xoshiro256ss eng(seed);
} /*main*/
/* end ex2.cpp */