Skip to content

Commit

Permalink
reconfig famgen
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarvey committed Nov 4, 2024
1 parent ce177eb commit 71f36f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/famgen.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Chance from 'chance';
const chance = new Chance();

// Constants
const TOTAL_NODES = 2000; // This is the number we start with, but we'll end up with more when we add spouses/kids
const TOTAL_NODES = 10; // This is the number we start with, but we'll end up with more when we add spouses/kids
const MAX_CHILDREN = 5; // Max children per family
const MIN_CHILDREN = 0; // Min children per family
const GENDER_NEUTRAL_NAMES = [
Expand Down

0 comments on commit 71f36f8

Please sign in to comment.