mh.. si, cosi:

Random rand = new Random();

for (int i = 0; i < 10; i++) {
valore = rand.nextInt() * 100;
}