Pergunta de entrevista da empresa IXL Learning

How to play background music randomly?

Resposta da entrevista

Sigiloso

27 de out. de 2017

I use Java Random API to get next int, then check it if equals the previous one, if yes, get next(10) again.