From 2f6d79db9e216f35aa04da683645a9066cd86ea0 Mon Sep 17 00:00:00 2001 From: Andrea Ferretti Date: Tue, 10 Jan 2017 11:59:32 +0100 Subject: [PATCH] Added Alea library --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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" + } ]