mirror of
https://github.com/corda/corda.git
synced 2025-02-27 03:27:34 +00:00
Stub method for Math.random()
This commit is contained in:
parent
d06d1726c4
commit
cacb5a6f1e
@ -62,6 +62,10 @@ public final class Math {
|
||||
return (int) Math.floor(v + 0.5);
|
||||
}
|
||||
|
||||
public static double random() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
public static native double floor(double v);
|
||||
|
||||
public static native double ceil(double v);
|
||||
|
Loading…
x
Reference in New Issue
Block a user