Java's Random values differ each time

Posted by ComputerJy on Stack Overflow See other posts from Stack Overflow or by ComputerJy
Published on 2010-05-12T07:42:37Z Indexed on 2010/05/12 7:54 UTC
Read the original article Hit count: 141

Filed under:
|

I want the Random to return the same values each time. So I tried giving it a const seed. But it still returns random values. How can I stop this?

© Stack Overflow or respective owner

Related posts about java

Related posts about random