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)
commitf3b82f616359ba02069f0e0f70391a691b9ba91c
tree3f8122f119d39c2dc9405a6667bf747f9f28a957
parent61ab70f5ec5869d57fb0712101280e304d38dcbc
[java] Fix RngStream.setPackageSeed

* 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.
examples/java/app/bittorrent/Main.java
src/bindings/java/jmsg_rngstream.cpp