-
public final class NumberFunctionsKt
-
-
Method Summary
Modifier and Type Method Description final static LonggetPercentage(Long $self, Long max)final static DoublegetPercentageDouble(Double $self, Double max)final static BooleanpercentChance(Float $self)final static BooleanpercentChance(Integer $self)final static IntegergetRandomNumber(Integer $self, Integer maximum)-
-
Method Detail
-
getPercentage
final static Long getPercentage(Long $self, Long max)
-
getPercentageDouble
final static Double getPercentageDouble(Double $self, Double max)
-
percentChance
final static Boolean percentChance(Float $self)
-
percentChance
final static Boolean percentChance(Integer $self)
-
getRandomNumber
final static Integer getRandomNumber(Integer $self, Integer maximum)
-
-
-
-