Searched defs:dice (Results 1 – 3 of 3) sorted by relevance
37 Dice dice = new Dice(3, 6); in testRepresenter() local46 Dice dice = new Dice(3, 6); in testDiceRepresenter() local61 Dice dice = (Dice) data; in representData() local
166 Random dice = new Random(); in sinkTestWriteLargeArray() local
439 Random dice = new Random(0); in equalsAndHashCodeSpanningSegments() local592 private Buffer bufferWithRandomSegmentLayout(Random dice, byte[] data) throws IOException { in bufferWithRandomSegmentLayout()