1 2 3 4 5 6 7 8
#include <stdlib.h> #include "Support.h" int Random() { return (rand() % 65535) - 32767; }