HomeSort by relevance Sort by last modified time
    Searched full:mseed (Results 1 - 1 of 1) sorted by null

  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 181 long mSeed = 0;
482 mSeed = 0;
509 System.out.println(":Monkey: seed=" + mSeed + " count=" + mCount);
543 mRandom.setSeed((mSeed == 0) ? -1 : mSeed);
576 System.out.println("// Seeded: " + mSeed);
661 + " of " + mCount + " using seed " + mSeed);
687 mSeed = nextOptionLong("Seed");
    [all...]

Completed in 42 milliseconds