ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • 자바
    Platform/util 2013. 6. 24. 13:32

    java.util.Random

    c.f. Math.random()


    .nextInt()

    .nextFloat()


    java.util.Date


    java.util.Calendar


    Math

    .abs() // static

    .max() // static

    .min() // static

    .pow() // static

    .round() // static

    .floor() // static

    .ceil() // static


Designed by Tistory.