master repository for XO: cooperating set of C++ libraries for deterministic simulation
  • C++ 87.3%
  • C 6.2%
  • CMake 3.6%
  • Nix 1%
  • Objective-C++ 0.6%
  • Other 1.2%
Find a file
2023-09-23 13:07:45 -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 + xoshiro256ss (copied from kalman project) 2023-09-23 13:07:45 -04:00
README.md + xoshiro256ss (copied from kalman project) 2023-09-23 13:07:45 -04:00

random number generators

to build + install locally

$ cd randomgen
$ mkdir build
$ cd build
$ cmake -DCMAKE_PREFIX_PATH=$(HOME)/local ..
$ make
$ make install

to build + install to /usr/local (deprecated)

same as above, but set CMAKE_PREFIX_PATH to /usr/local