Java中Math.random()獲取隨機數的用法

/*Math:類包含用於執行基本數學運算的方法 * 因爲Math類在java.lang包下,因此不須要導包 * 特色:沒有構造方法,由於它的成員所有是靜態的 * 掌握一個方法: * 獲取隨機數 * public static double random();返回帶正號的double值,該值大於等於0.0且小於1.0 */ public class test22{ public static
相關文章
相關標籤/搜索