Exemple #1
0
 public static double DoubleRandom()
 {
     return(((double)GlobalMembersUtil.Random() * (1.0 / 2147483648.0)) - 1.0);
 }