X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/92455fa97b373ab31ed4fecd1c4955230f78adbc..d2b237e8131c57fce8acecb54a4b2f35fbc765c6:/src/bindings/java/org/simgrid/msg/RngStream.java diff --git a/src/bindings/java/org/simgrid/msg/RngStream.java b/src/bindings/java/org/simgrid/msg/RngStream.java index 49e7ac3b9f..9e0ec6f08d 100644 --- a/src/bindings/java/org/simgrid/msg/RngStream.java +++ b/src/bindings/java/org/simgrid/msg/RngStream.java @@ -90,8 +90,8 @@ public class RngStream { public native boolean setSeed(int seed[]); /** * Advances the state of the stream by k values, without modifying the states of other streams (as - * in RngStream_SetSeed), nor the values of Bg and Ig associated with this stream. If e > 0, then - * k = 2e + c; if e < 0, then k = -2-e + c; and if e = 0, then k = c. Note: c is allowed to take + * in RngStream_SetSeed), nor the values of Bg and Ig associated with this stream. If e > 0, then + * k = 2e + c; if e < 0, then k = -2-e + c; and if e = 0, then k = c. Note: c is allowed to take * negative values. We discourage the use of this procedure. */ public native void advanceState(int e, int g); @@ -116,4 +116,4 @@ public class RngStream { Msg.nativeInit(); nativeInit(); } -} \ No newline at end of file +}