/ Published in: Java
Número aleatorio entre a y a + b, excluyendo a + b:
a + Math.random() * b
a + Math.random() * b
Expand |
Embed | Plain Text