Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CBSti/88bc6c6be8e75a664e34887eea075e1c to your computer and use it in GitHub Desktop.
Save CBSti/88bc6c6be8e75a664e34887eea075e1c to your computer and use it in GitHub Desktop.
SSJ Library as a plugin in GroIMP
1. Download latests binaries in zip from https://github.com/umontreal-simul/ssj
2. Unzip in GroIMP/plugins folder (Ubuntu /usr/share/GroIMP/), keeping the folder structure from the zip
3. Move the files from GroIMP/plugins/ssj-3.3.1/lib to GroIMP/plugins/ssj-3.3.1/lib
4. Place the files plugin.properties and plugin.xml in the GroIMP/plugins/ssj-3.3.1 folder
There are still problems with some packages when trying to reproduce the examples from http://umontreal-simul.github.io/ssj/docs/master/examples.html
The RNGs relying on different distributions however work now.
pluginName = SSJ Functions
provider = com.github.cbsti
thirdparty.list = ssj
thirdparty.ssj.Name = SSJ: Stochastic Simulation in Java 3.3.1
thirdparty.ssj.Copy = Copyright (C) 2008 Pierre L'Ecuyer and Université de Montréal
thirdparty.ssj.License = GPL
thirdparty.ssj.URL = http://umontreal-simul.github.io/ssj/docs/master/index.html
<?xml version = "1.0" encoding="UTF-8"?>
<plugin
id="com.github.cbsti.ssj"
version="3.3.1"
xmlns="http://grogra.de/registry">
<library file="ssj-3.3.1.jar" prefixes="{umontreal.ssj}"/>
<registry>
</registry>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment