Zufallszahlen di Java

(int) (Math.random()*(max-min+1)+min)
JBTheOneAndOnly