How to determine a random int between 1 and 800 in java

Posted by Charlie on Stack Overflow See other posts from Stack Overflow or by Charlie
Published on 2010-03-26T22:24:59Z Indexed on 2010/03/26 22:33 UTC
Read the original article Hit count: 281

Filed under:

I feel like this is trivial, but my brain is not functioning. How can I generate a random integer between 1 and 800 in Java?

© Stack Overflow or respective owner

Related posts about java