JAVA中Math类的random()方法使用

2014-11-24 14:12:35 · 作者: · 浏览: 3

使用了Math类的random()方法, 由于Math类是出于java.lang包(Package),故使用时不必import这个包。


此外本例还使用了移位运算符