diff options
| -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" } ] |
