static float randomFloat() { ret (float) random(); } static float randomFloat(float min default ß, float max) { ret (float) random(min, max); }