I am developing a game for children, it basically consists of a character who explores the area of the game, which contains certain points that when the player approaches provide an activity for him to perform (a calculation, the writing of a word, and things like that) ...). However, these activities must be random, and this is where my doubt comes in. Is there a way for me to register these activities in a MySQL database and the construct call randomly?