GitXplorerGitXplorer
s

random

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
244af3abd7a5a7dd2e5e0eec94569ad4551b9677

Removed redundant doxygen markup

ssergiud committed 14 years ago
Unverified
17b6ce5e6b8e61119e9369bcff15847e4b2ec75b

Rearranged private members

ssergiud committed 14 years ago
Unverified
be0c5d151a342c0150028c9d1f16eb7eb9beb362

Use static boost libraries on windows

ssergiud committed 14 years ago
Unverified
40fabb8ba2ac52bbfd1266eb064ff842def659a3

Removed trailing whitespace

ssergiud committed 14 years ago
Unverified
3c8cb44616a8be530d8f236cc2e80e2739fca4b6

Adjusted project structure

ssergiud committed 14 years ago
Unverified
89d6de1a87e4be686712cf9049a3aa6d7ce161b0

added CTest support

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.