Beispiel #1
0
 /* Returns a value with a positive sign, greater than or equal to 0.0 and less than 1.0.
   Returned values are chosen pseudorandomly with (approximately) uniform distribution from that range.
 */
 public static SchemaTypeNumber random() {
   return new SchemaDouble(java.lang.Math.random());
 }