GitXplorerGitXplorer
s

random

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
cdd9562656e8e3739c7ee6a468e25c2cf60b64ee

removed hg file

ssergiud committed 3 years ago
Unverified
a3ff993ce9724e04b33c6699d14a9b5087398b32

made parameters a_1,...,a_7 constants in a separate namespace

ssergiud committed 10 years ago
Unverified
10660ff489964f86578a1624b0dccac6542ddb15

refactoring

ssergiud committed 10 years ago
Unverified
5ff4a6550c0c6b3d08b4b06aaf2f1ea8a54ef634

fixed type conversion warning

ssergiud committed 10 years ago
Unverified
8230be39e7373357f9557debfe960a61ff2edb91

refactoring and better error messages

ssergiud committed 10 years ago
Unverified
da31603dc528ba1597350d7cfd392ecc116db1af

started boostifying well

ssergiud committed 10 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.