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