forked from External/mage
Make color distribution in booster more uniform
This commit is contained in:
parent
d6702ea1de
commit
79120e7484
4 changed files with 95 additions and 13 deletions
|
|
@ -26,4 +26,8 @@ public final class RandomUtil {
|
|||
public static boolean nextBoolean() {
|
||||
return ThreadLocalRandom.current().nextBoolean();
|
||||
}
|
||||
|
||||
public static double nextDouble() {
|
||||
return ThreadLocalRandom.current().nextDouble();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue