GitXplorerGitXplorer
s

random

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
81c0a8d86f629e08c24c104b4186f23822e8c7c6

adjusted comments

ssergiud committed 13 years ago
Unverified
0b766e25c32e4bde690fc421ec0b79b1e5a54855

use boost exception throwing macro

ssergiud committed 13 years ago
Unverified
ac4bec8d1edba12ba55c2a7ed767941b4b3be6df

adjusted copyright years

ssergiud committed 13 years ago
Unverified
84862ad578ebe6409e32e9117585ad782bf91a3d

added extension to the readme file

ssergiud committed 13 years ago
Unverified
97ca8ae2149d7d0c85bd528967ac65296aafc15c

improved documentation

ssergiud committed 14 years ago
Unverified
165ccfeaf3cd4cae7c9eec2b42f548bc8803ad16

formatting and several integer comparison adjustments

ssergiud committed 14 years ago

README

The README file for this repository.

What is random?

random is a collection of various C++ pseudo-random number generators and distributions that are intended to accompany the Boost Random Number Library.

Getting started

random requires the Boost C++ Libraries 1.43. Previous versions might work as well. To compile the tests make sure first CMake 2.8 is installed, then enter

$ cmake . -DCMAKE_BUILD_TYPE=Release

in your terminal or command prompt on Windows inside project's directory to generate the appropriate configuration that can be used to compile the tests using make/nmake or inside an IDE.