star-sp

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

commit cd4541c96eb68f7d1c462db91d794af781ee9d74
parent 75647420803955c60fcfc7469cb792def13c4775
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 19 Jul 2023 15:11:49 +0200

Small rewrite of the requirements section

Write them as a simple list, which is easier to read

Diffstat:
MREADME.md | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -9,8 +9,11 @@ libraries, its API is still raw C. ## Requirements -A C++11 compiler, POSIX Make, pkg-config, Random123 header files and RSys -header files and library. +- C++ compiler (C++11) +- POSIX make +- pkg-config +- [Random123](https://github.com/DEShawResearch/random123) +- [RSys](https://gitlab.com/vaplv/rsys) ## Installation