MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / generateRand

Method generateRand

Programs/Games/GuessTheNumber.java:23–26  ·  view source on GitHub ↗
(int range)

Source from the content-addressed store, hash-verified

21 }
22
23 public int generateRand(int range){
24 Random rand = new Random();
25 return rand.nextInt(range);
26 }
27 public void setAlreadyTold(int guess){
28 this.alreadyTold[this.index] = guess;
29 this.index++;

Callers 2

playMethod · 0.95
mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected