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