c++ dimensioned arithmetic. zero runtime cost when units known at compile time
  • C++ 89%
  • Nix 7.2%
  • CMake 2.8%
  • Shell 1%
Find a file
2023-10-06 18:41:45 -04:00
cmake build: + cmake find_package() support 2023-10-04 00:02:38 -04:00
example randomgen: fixing include paths for xo/ insertion 2023-10-06 18:41:45 -04:00
include/xo/randomgen randomgen: fixing include paths for xo/ insertion 2023-10-06 18:41:45 -04:00
.gitignore + .gitignore 2023-09-27 10:29:59 -04:00
CMakeLists.txt build: + cmake find_package() support 2023-10-04 00:02:38 -04:00
README.md build: + cmake find_package() support 2023-10-04 00:02:38 -04:00

random number generators

to build + install locally

$ cd randomgen
$ mkdir build
$ cd build
$ PREFIX=/usr/local # for example
$ cmake -DCMAKE_MODULE_PATH=${PREFIX}/share/cmake -DCMAKE_PREFIX_PATH=$(PREFIX) -DCMAKE_INSTALL_PREFIX=${PREFIX} ..
$ make
$ make install