newLoad() uses uniform /** A new load is between 10 and 20 on a uniform distribution */ public int newLoad(){ return 10+randNumGen.nextInt(11); }