摘要: import scala.math.randomobject LocalPi { def main(args: Array[String]) { var count = 0 for (i <- 1 to 100000000) { val x = random * 2 - 1 val y = rand 阅读全文
posted @ 2018-11-21 17:23 TIMLONG 阅读(533) 评论(0) 推荐(0)