This app generates a random list of names or selects a single name based on the specified route and displays them in HTML. It’s ideal for workshops, demonstrations, random selections in group activities, and rotating daily tasks where everyone sees the same result for the day.
This route shuffles the given names randomly each time the page is reloaded.
This route shuffles the list of names using today's date as the seed, producing a fixed order for the day.
This route randomly picks a single name from the provided list on each reload.
This route picks a single name using today's date as the seed, resulting in the same name for the day.