4 lines
79 B
C
4 lines
79 B
C
|
#include <stdlib.h>
|
||
|
|
||
|
float randf() { return (float)rand() / (float)RAND_MAX; }
|