diff options
Diffstat (limited to 'packages.json')
| -rw-r--r-- | packages.json | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/packages.json b/packages.json index cf3705d..74e9eb2 100644 --- a/packages.json +++ b/packages.json @@ -7290,5 +7290,16 @@ "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" + }, ] |
