←back

About This Generator

Hello! My name is Ash, and this is my first JavaScript project. I wanted to make a random episode generator with a customizable season range, as that was something I could not find anywhere. I had originally made this in Python, but I wanted to give it an interface. Thus, I had my first romp with JavaScript making this web page, learning as I go.

It's a very simple generator that spits out a season number and an episode number. Taking into account the user's input, it will only generate episodes from whichever seasons are in the desired range. The generator uses cases to determine how many episodes a season has, ensuring that only episodes that actually within that season are generated.

This generator is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. Anyone may make their own random episode generators based on this code, as long as credit is given to me. I've gone ahead and made a CodePen template for anyone wishing to make a generator of their own. It would also really make my day if, when you make your own generator or link to this one on your website, you let me know!

Thank you for using my episode generator, and happy coding!

(PS: If you want a South Park episode generator that shows episode titles, then this website has a really good one.)