Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[java] Fix RngStream.setPackageSeed
authorGabriel Corona <gabriel.corona@loria.fr>
Mon, 18 Jul 2016 10:23:22 +0000 (12:23 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Mon, 18 Jul 2016 10:23:36 +0000 (12:23 +0200)
* it is static so the first argument is not an instance;

* we need to convert jint to unsigned long to make the Java binding
  talk to the C binding correctly.


No differences found