Searched refs:RANDOM (Results 1 – 3 of 3) sorted by relevance
57 private static final Random RANDOM = new Random(); field in DialerUtils218 long fileId = Math.abs(RANDOM.nextLong()); in createShareableFile()
121 echo $(( $RANDOM % $1 + 1 ))
65 private static final Random RANDOM = new Random(); field in SmsSender