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