xo-alloc/xo-randomgen
2026-01-07 16:52:50 -05:00
..
cmake Add 'xo-randomgen/' from commit '44a31724ec' 2025-05-10 18:54:18 -05:00
example xo-randomgen: build: install examples with XO_ENABLE_EXAMPLES 2025-09-22 12:30:00 -04:00
include/xo/randomgen xo-arena: DArenaHashMap: generative test + check load factor 2026-01-07 16:52:50 -05:00
.gitignore Add 'xo-randomgen/' from commit '44a31724ec' 2025-05-10 18:54:18 -05:00
CMakeLists.txt xo-randomgen: build: install examples with XO_ENABLE_EXAMPLES 2025-09-22 12:30:00 -04:00
README.md Add 'xo-randomgen/' from commit '44a31724ec' 2025-05-10 18:54:18 -05:00

random number generators

Getting Started

build + install dependencies

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