mirror of
https://github.com/okalachev/flix.git
synced 2025-07-27 17:49:33 +00:00
Fix util.ino
This commit is contained in:
parent
d6cca7dcf7
commit
7b81cfbe90
@ -22,5 +22,3 @@ float randomFloat(float min, float max)
|
|||||||
{
|
{
|
||||||
return min + (max - min) * (float)rand() / RAND_MAX;
|
return min + (max - min) * (float)rand() / RAND_MAX;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user