From: Gabriel Corona Date: Mon, 18 Jul 2016 10:23:22 +0000 (+0200) Subject: [java] Fix RngStream.setPackageSeed X-Git-Tag: v3_14~755 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f3b82f616359ba02069f0e0f70391a691b9ba91c?hp=f3b82f616359ba02069f0e0f70391a691b9ba91c [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. ---