computers cannot generate random numbers. this is impossible, because computers use algorithms and math to get results to requests. to make up for this burden, computers utilize pseudorandomity. the pseudo- prefix means "fake." this project is a demonstration of pseudorandomity. this pseudorandom number takes a bunch of constantly changing variables and use them in a way that makes a seemingly random number. no "pick random number" blocks were used.