star-sp

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

commit 7435bdc652005f8ab2e5867b39ed131eef215663
parent 216c0766ee806525ac08a554aba5d2107427d969
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 11 May 2015 15:47:38 +0200

Fix another misspelling on the README file

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

diff --git a/README.md b/README.md @@ -1,6 +1,6 @@ # Star SamPling -The purpose of this library is to generete [pseudo] random numbers and random +The purpose of this library is to generate [pseudo] random numbers and random variates. While it is based on C++11 random generators, its API remains pure C. ## How to build