#include #include "Support.h" int Random() { return (rand() % 65535) - 32767; }