-
자바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