commons-lang3:RandomUtils

隨機工具類數組

nextBoolean() 返回一個隨機boolean值工具

nextBytes(int count) 返回一個指定大小的隨機byte數組float

nextDouble() 返回一個隨機double值next

nextDouble(double startInclusive, double endInclusive) 返回一個指定範圍的隨機double值co

nextFloat() 返回一個隨機float值tar

nextFloat(float startInclusive, float endInclusive) 返回一個指定範圍的隨機float值

nextInt() 返回一個隨機int值

nextInt(int startInclusive, int endExclusive) 返回一個指定範圍的隨機int值

nextLong() 返回一個隨機long值

nextLong(long startInclusive, long endExclusive) 返回一個指定範圍的隨機long值

相關文章
相關標籤/搜索