Just as the title says, but emphasis on the randomly, I want each cell to have drawn a random value.
I know how I'd do it but I have no idea how to really start.
I'd probably first figure out how to draw a grid,
then store the values I want maybe in an array.
for example, the alphabet.
Then I'd have to somehow make the program know there's 25 cells and then draw in them randomly each time I run the program.