Change the numbers or sliders and see what happens!

origin quantity
     + (int)(  *Math.random() );
 // Simplifies to one value randomly chosen from 50 to 349
 // There are 300 possible values
 // The smallest possible value is 50.
 // The largest possible value is 349.
 
 // Here are some samples: 
 // 	327	266	190	289	67	275	239