I had a quick script that came up with some interesting ones, from a list of two-part first names (that is, a list of part one and a list of part two, combine for the first name) and some set last names; I could dig it out and get some output.
The function:
function GetRName()
{
%first = getRandom(0,getwordcount($PartI) - 1);
%second = getRandom(0,getwordcount($PartII) - 1);
%last = getRandom(0,getwordcount($PartIII) - 1);
return getWord($PartI,%first) @ getWord($PartII,%second) SPC getWord($PartIII,%last);
}
$PartI = "Re Ra Ri Ye Ah In Fu Gah Te Ta Ti He Ho Ja Ji Ke Kra Les Le La Lu Po Pi Pit Pas We Wa Wi No Na Ce Ci Da Do Qu Mo Ma Me Mu Vi Va Ba Bi Bo Be Z X Al El Ab Nox Cin Aod Bro Dar Dair";
$PartII = "vin vaun raht ry tah no fen tax lom worg son can air cair zel xag bel cor nas port yaun fall dus dusk bus but rin rut yur yuu yuur ve kor koor sert yin gel jas jax jom kel far xe x z kan hhan seph ohk t rax rat yok";
$PartIII = "Cerberine Skr\xF6w Veur Lance Naun Felan Araun Vexx DeGanofar Graywind Firewind Gray Edner Ebner Menzo Terra Fallok Teril Venister Grigori Bala Veng Eris Corrix Hermin Bellan Weiss White Black Browt Aodhhan Ironbeard Steelarm Rose";
Yeah it's really loving simple.
A lot of it is sheer nonsense (which makes it funny). Sometimes it gives maybe one in five decent names, but it can give you some inspiration.
Also potential to generate "Broseph" as a first name. It's given me Broseph Grigori before.
have fun with echo("-------"); for(%i=0;%i<360;%i++) { echo(%i + 1 @ ":" SPC GetRName()); } echo("-------");
Yes Skill4Life's RP persona's last name is in there. I was testing it on his/her server and it generated one with it, I asked if s/he wanted it removed and didn't get a response so inb4randombutthurtoverthat, just in case.
Edit: ohjesus it came up with "Jiz" as a first name. That's so my new RP persona. Jiz DeGanofar.