Home
last modified time | relevance | path

Searched refs:mRnd (Results 1 – 1 of 1) sorted by relevance

/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
DGameActivity.java45 private Random mRnd = new Random(); field in GameActivity
156 int index = mRnd.nextInt(9); in handleMessage()