java中的System.nanoTime與System.currentTime 轉自: 網絡整理 平時產生隨機數時我們經常拿時間做種子,比如用System.currentTimeMillis的結果,但是在執行一些循環中使用了System.c ...