diff options
| author | Andrea Ferretti <ferrettiandrea@gmail.com> | 2017-01-10 11:59:32 +0100 |
|---|---|---|
| committer | Andrea Ferretti <ferrettiandrea@gmail.com> | 2017-01-10 11:59:32 +0100 |
| commit | 2f6d79db9e216f35aa04da683645a9066cd86ea0 (patch) | |
| tree | 575260fd3285a225e5bdf0a76c95230c90f5eb62 | |
| parent | 95b50191597d0573a37c01503edf0d5b677a0171 (diff) | |
| download | packages-2f6d79db9e216f35aa04da683645a9066cd86ea0.tar.gz packages-2f6d79db9e216f35aa04da683645a9066cd86ea0.zip | |
Added Alea library
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 4bc3025..f8e8853 100644 --- a/packages.json +++ b/packages.json @@ -5679,4 +5679,19 @@ "license": "MIT", "web": "https://gitlab.com/define-private-public/HTML5-Canvas-Nim" }, + { + "name": "alea", + "url": "https://github.com/unicredit/alea", + "method": "git", + "tags": [ + "random variables", + "distributions", + "probability", + "gaussian", + "sampling" + ], + "description": "Define and compose random variables", + "license": "Apache License 2.0", + "web": "https://github.com/unicredit/alea" + } ] |
