Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 419 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 419 Bytes

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