This is a wrapper for a random name generator equivalent to the one at https://www.samcodes.co.uk/project/markov-namegen/
It comes with a bunch of data sets for different types of names — French forenames, Scottish surnames, Norwegian fjords, pizzas, dinosaurs, etc.
The current implementation comes split into two nodes: Markov Name Data Loader and Markov Name Generator. This provides the flexibility to use your own data set instead of the built-in ones if you so desire.
Use String Replace to combine the output with other prompt text.
Requires pip install markovname