pawengine/util.c

3 lines
79 B
C

#include <stdlib.h>
float randf() { return (float)rand() / (float)RAND_MAX; }