forked from skeeto/markov-chain-name-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Bankn8II©$A edited this page May 31, 2025
·
5 revisions
Welcome to the markov-chain-name-generator wiki!
jÅkod Aibolem вокАL
ckod citacion:
<div id='output'></div>
<script>
/* Name list from census data (English) */
const NMALE = 1219;
const NFEMALE = 4275;
const NAMES = [
'aaron', 'abdul', 'abe', 'abel', 'abraham', 'abram', 'adalberto',
'adam', 'adan', 'adolfo', 'adolph', 'adrian', 'agustin', 'ahmad',
'ahmed', 'al', 'alan', 'albert', 'alberto', 'alden', 'aldo', 'alec',
... etc ...
https://aibolem.github.io/markov-chain-name-generator/
