There are bots that overwrite random, let's run a test to see if they do: ```js const bot = Math.random() === Math.random(); ```