star-sp

Random number generators and distributions
git clone git://git.meso-star.fr/star-sp.git
Log | Files | Refs | README | LICENSE

commit 75521edc705a13b0722388547498691017c10522
parent 9fb108192b7533380523f566818cdc52c2025367
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 13 Dec 2018 09:31:58 +0100

Upd the Random123 link in the README file

Link the official web page of the Random123 library.

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -10,7 +10,7 @@ The Star-Sampling library relies on the [CMake](http://www.cmake.org) and the [RCMake](https://gitlab.com/vaplv/rcmake/) packages to build. It also depends on the [RSys](https://gitlab.com/vaplv/rsys/) library and on random number generators from C++11 and the -[Random123](https://github.com/DEShawResearch/Random123-Boost/) library. +[Random123](https://www.deshawresearch.com/resources_random123.html) library. First ensure that CMake and a C++11 compiler are installed on your system. Then install the RCMake package as well as the RSys and Random123 libraries. Finally