Uses of Enum Class
org.qiunet.utils.math.MathUtil.RandomType
Packages that use MathUtil.RandomType
-
Uses of MathUtil.RandomType in org.qiunet.utils.math
Methods in org.qiunet.utils.math that return MathUtil.RandomTypeModifier and TypeMethodDescriptionstatic MathUtil.RandomTypeReturns the enum constant of this class with the specified name.static MathUtil.RandomType[]MathUtil.RandomType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.qiunet.utils.math with parameters of type MathUtil.RandomTypeModifier and TypeMethodDescriptionstatic intMathUtil.random(int start, int end, MathUtil.RandomType randomType) 随机数计算 [start,end ) or ]