GitXplorerGitXplorer
s

random

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
33a0bac7c8ee87a6b733cd31104702a056072f9e

added missing include

ssergiud committed 14 years ago
Unverified
d3e4cba91f6a63fb1fbed43e02d59cf52a1485d4

reverted several unsigned type changes

ssergiud committed 14 years ago
Unverified
ae2443599de86bfe5a47e3c58eaffc440efd116d

updated copyright year

ssergiud committed 14 years ago
Unverified
86a1751f170c2936459eb87e926737e26d369e7c

removed trailing whitespace

ssergiud committed 14 years ago
Unverified
01f6e338b4ec3dbcde40a98c11c3cb55b90d2efb

renamed test project

ssergiud committed 14 years ago
Unverified
881bd43f54255bc02bf4e2dfab787c46387cfa7b

eliminated gcc 4.5.2 warning

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.