[JAVA] Número Aleatorio Math.random()


/ Published in: Java
Save to your folder(s)

Número aleatorio entre a y a + b, excluyendo a + b:
a + Math.random() * b

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.