Randomiser
      
        A cool random number generator that changes background gradient
        everytime you use. It generate a random number between 0 to 1000.
      
      color 1:
      
      color 2:
      
      
      
      
      
        I am not able to implement the xorshift algorithm to generate the random
        numbers, so I use the inbuilt math.random method.