I need help using the Random.nextInt method
here's what I need to do:
-take an integer and assign it to a random number between 0 and 100 inclusive
here's what I have right now, and it's giving me an error
num = Random.nextInt(100);
the compiler keeps saying "non-static method nextInt(int) cannot be reference from a static context"
Can someone help me out?
(And please, if you don't know what I'm talking about or can help me, don't post here, thanks)