Home
last modified time | relevance | path

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

/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
DGameView.java148 Random rnd = new Random(); in GameView() local
150 mData[i] = State.fromInt(rnd.nextInt(3)); in GameView()