vendredi 14 juillet 2023

How do I get the seed from a Random with a bound in Java?

int[] pos = (random.nextInt(16) - random.nextInt(16), random.nextInt(8) - random.nextInt(8), random.nextInt(16) - random.nextInt(16));

Hello, Can I calculate the seed from the following code with the 3 numbers that come out of the calculation?

I can only find examples to find out the java.until.random seed without a bound in the numbers.




Aucun commentaire:

Enregistrer un commentaire