X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bc6b026eff4c569bdcc80dd4afda9c5d5530d5bb..0b7177aaa933483692b39ba8ed330f531f204fac:/org/simgrid/msg/RngStream.java diff --git a/org/simgrid/msg/RngStream.java b/org/simgrid/msg/RngStream.java index b1b0c9d2e4..5f4a8bf3b0 100644 --- a/org/simgrid/msg/RngStream.java +++ b/org/simgrid/msg/RngStream.java @@ -76,7 +76,7 @@ public class RngStream { */ public native void resetNextSubstream(); /** - * If a = true the stream g will start generating antithetic variates, i.e., 1 − U instead of U , until + * If a = true the stream g will start generating antithetic variates, i.e., 1 - U instead of U , until * this method is called again with a = false. */ public native void setAntithetic(boolean a);