Okay, so I’ve been playing a ton of Apex Legends lately, and I got tired of always picking the same few characters. I mean, I love Wraith, but sometimes you gotta switch it up, right? So, I decided to build a little randomizer to help me out. Nothing fancy, just something to pick a Legend for me.
First, I grabbed a piece of paper and a pen – yeah, I’m old school like that sometimes. I listed out all the Legends. Gotta make sure I don’t miss anyone, you know?

Then I thought, “Okay, how am I gonna actually do the randomizing?” I’m no coding genius, so I kept it simple. I decided to use the plain old ‘ol random number genrator website that I use for a load of stuff.
My Super Simple Process
- I assigned each Legend a number, starting with 1 for Bloodhound and going all the way up to, well, how many every legends are in the game at the moment.
- I opened up a new random number generator in Chrome.
- I set the minimum number to 1 and the maximum to the total number of Legends, as I had laid out earlier.
- Then I just hit “Generate” and boom! Instant random Legend.
It’s not pretty, but it totally works! Now, whenever I’m feeling indecisive, I just fire up my randomizer and let the fates decide who I’m playing. It’s actually been pretty fun, forcing me to try out Legends I normally wouldn’t. I even discovered I’m not half bad with Rampart, who knew?
I might try to make this a little more… elegant, later on. Maybe. If I get around to it. For now, this little system is doing the trick just fine. If anyone has suggestions, send them my way.