// The AI will guess what number you're thinking of! #declare Limit = 1000000000; // The highest number you may think of. #declare Name = "Human" // This must be a string #declare Number = 1; // Between 1 and [Limit], both inclusive. #declare Randomness = 0.0; // Between 0 to 1, both inclusive. #include "guesser.inc"