随机工具类数组
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值