diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-09-29 22:20:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-29 22:20:24 +0100 |
| commit | eb14a4ebbc57129ec265844e83ce992f80f3ea47 (patch) | |
| tree | 04450c727a12e7dc403f8c3eac117ac071dcd105 | |
| parent | b77f25eff773a39b3c70df40b13c4e89c65b2c86 (diff) | |
| parent | 11fca55e2340529c987e34a432ffd9f3f81c83c1 (diff) | |
| download | packages-eb14a4ebbc57129ec265844e83ce992f80f3ea47.tar.gz packages-eb14a4ebbc57129ec265844e83ce992f80f3ea47.zip | |
Merge pull request #590 from grokqcd/add-ensem1937
Add package ensem
| -rw-r--r-- | packages.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packages.json b/packages.json index cf3705d..79c48a5 100644 --- a/packages.json +++ b/packages.json @@ -7290,5 +7290,30 @@ "description": "Huenim", "license": "MIT", "web": "https://github.com/IoTone/huenim" + }, + { + "name": "drand48", + "url": "https://github.com/JeffersonLab/drand48", + "method": "git", + "tags": [ + "random", + "number", + "generator" + ], + "description": "Nim implementation of the standard unix drand48 pseudo random number generator", + "license": "BSD3", + "web": "https://github.com/JeffersonLab/drand48" + }, + { + "name": "ensem", + "url": "https://github.com/JeffersonLab/ensem", + "method": "git", + "tags": [ + "jackknife", + "statistics", + ], + "description": "Support for ensemble file format and arithmetic using jackknife/bootstrap propagation of errors", + "license": "BSD3", + "web": "https://github.com/JeffersonLab/ensem" } ] |
