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