master repository for XO: cooperating set of C++ libraries for deterministic simulation
  • C++ 87.5%
  • C 6.2%
  • CMake 3.4%
  • Nix 1%
  • Objective-C++ 0.6%
  • Other 1.2%
Find a file
2023-09-27 10:29:15 -04:00
cmake + xoshiro256ss (copied from kalman project) 2023-09-23 13:07:45 -04:00
example + xoshiro256ss (copied from kalman project) 2023-09-23 13:07:45 -04:00
include/randomgen + xoshiro256ss (copied from kalman project) 2023-09-23 13:07:45 -04:00
CMakeLists.txt build: adopt xo_cmake dependency 2023-09-27 10:29:15 -04:00
README.md build: adopt xo_cmake dependency 2023-09-27 10:29:15 -04:00

random number generators

to build + install locally

$ cd randomgen
$ mkdir build
$ cd build
$ cmake -DCMAKE_MODULE_PATH=${INSTALL_PREFIX}/share/cmake  -DCMAKE_PREFIX_PATH=$(INSTALL_PREFIX) ..
$ make
$ make install