@travisfw The most simple example would probably be something like a name generator. Sufficient randomness is expected, but you'd also want some weighting so a "Jose" is more likely to be a "Garcia" than a "Pennyworth". Then additional connections to allow for nicknames to be generated from the first name or the surname, and then spit out the final result.
And that's something that could be coded in a day, and it would be easy to source inputs.