diff options
| author | Robert Edwards <edwards@jlab.org> | 2017-09-29 15:31:33 -0400 |
|---|---|---|
| committer | Robert Edwards <edwards@jlab.org> | 2017-09-29 15:31:33 -0400 |
| commit | 02f11eefd1e1f5f93a70bec954ae4e7d3aab40a7 (patch) | |
| tree | 270818a19d6320bb708797d00ca40ce03617e2e1 | |
| parent | b77f25eff773a39b3c70df40b13c4e89c65b2c86 (diff) | |
| download | packages-02f11eefd1e1f5f93a70bec954ae4e7d3aab40a7.tar.gz packages-02f11eefd1e1f5f93a70bec954ae4e7d3aab40a7.zip | |
Added drand48.
| -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" + }, ] |
