aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
authorXiao-Yong Jin <xjin@anl.gov>2017-05-12 12:04:06 -0500
committerXiao-Yong Jin <xjin@anl.gov>2017-05-12 12:04:06 -0500
commitbd28713fd2d83a3e6b78f6185ee372a6c3196fde (patch)
treec473daed7fdf9c9ab090db599e9fa91e624b6e13 /packages.json
parent00d676c5ce9e2735d5faed21189ed4d2f027032a (diff)
downloadpackages-bd28713fd2d83a3e6b78f6185ee372a6c3196fde.tar.gz
packages-bd28713fd2d83a3e6b78f6185ee372a6c3196fde.zip
Added package sitmo
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 3e6fa29..b27f2e0 100644
--- a/packages.json
+++ b/packages.json
@@ -6288,5 +6288,19 @@
"description": "wrapper for FreeType2 library",
"license": "MIT",
"web": "https://github.com/jangko/freetype"
+ },
+ {
+ "name": "sitmo",
+ "url": "https://github.com/jxy/sitmo",
+ "method": "git",
+ "tags": [
+ "RNG",
+ "Sitmo",
+ "high-performance",
+ "random"
+ ],
+ "description": "Sitmo parallel random number generator in Nim",
+ "license": "MIT",
+ "web": "https://github.com/jxy/sitmo"
}
]