Searched refs:randf (Results 1 – 1 of 1) sorted by relevance
174 static inline float randf() { in randf() function178 static inline float randf(const float min_value, const float max_value) { in randf() function179 return randf() * (max_value - min_value) + min_value; in randf()