xo-randomgen -> .xo-randomgen (prep for git subrepo)
This commit is contained in:
parent
966c3903e1
commit
4e1dd5679e
20 changed files with 0 additions and 0 deletions
|
|
@ -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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue