It's not the random seed -- randomize is working correcly. There's also no bias in the way the sheet is constructed:
for (int i = 0; i <= bodies.length-1; i++) {
bodies[i] = new Objects(random(w), random(h),random(0, 50), random(0,200));
}
create a particle w. random x,y and z...