Home | History | Annotate | Download | only in tech

Lines Matching defs:random

31 import java.util.Random;
34 * {@link TagTester} for NDEF tags. It writes a semi-random NDEF tag with a random id but
66 Random random = new Random();
67 NdefRecord mimeRecord = createRandomMimeRecord(random);
99 private NdefRecord createRandomMimeRecord(Random random) {
102 random.nextBytes(id);