aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-01-10 20:01:09 +0100
committerGitHub <noreply@github.com>2017-01-10 20:01:09 +0100
commit44634a0063dd369c1d9658a35b770ad46ee9c79b (patch)
tree575260fd3285a225e5bdf0a76c95230c90f5eb62
parent95b50191597d0573a37c01503edf0d5b677a0171 (diff)
parent2f6d79db9e216f35aa04da683645a9066cd86ea0 (diff)
downloadpackages-44634a0063dd369c1d9658a35b770ad46ee9c79b.tar.gz
packages-44634a0063dd369c1d9658a35b770ad46ee9c79b.zip
Merge pull request #451 from andreaferretti/master
Added Alea library
-rw-r--r--packages.json15
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"
+ }
]