mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 02:36:59 +00:00
RNG Chance utils
This commit is contained in:
parent
11703afd6b
commit
98889780b9
@ -178,4 +178,8 @@ public class RNG extends Random
|
||||
{
|
||||
return si(Short.MIN_VALUE, Short.MAX_VALUE);
|
||||
}
|
||||
|
||||
public boolean chance(double chance) {
|
||||
return chance >= nextDouble();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user