random number generators (including xoshiro256**)
  • C++ 87%
  • CMake 13%
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