eles = 1000;
// The seed -7538847116595691071l caused a problem in one of the queues
// (with at least 1000 and 10000 eles)
IRandom rand = new JavaRandom(-7538847116595691071l);
for (int i = 0; i < eles; i++) {
myQueue.enqueue(new Object(), tim + rand.nextDouble());
}
// get the min
Double ti = myQueue.getMin();
// remember the queue size