- Is the chore assignment truly random?
- Yes. The generator uses the Fisher-Yates shuffle (also called the Knuth shuffle), the gold-standard algorithm for unbiased random permutations. Each time you spin, the remaining unassigned chores are reshuffled so every possible ordering is equally likely. No chore is shown twice until all chores have been assigned once.
- What if I have more chores than family members (or vice versa)?
- The tool handles uneven lists automatically. If you have 3 members and 7 chores, the chores are distributed as evenly as possible — some members get 3 chores, others get 2. If you have fewer chores than members, some members simply receive no chore this round. You can always add more chores or re-spin to get a new distribution.
- Does it save my chore chart?
- Yes. Your member list, chore list, and current assignments are automatically saved to your browser's localStorage. They will still be there when you come back — as long as you use the same browser and haven't cleared site data. Nothing is sent to any server; everything stays on your device.
- Can I share the chore chart with my family?
- Click "Copy as Text" to get a plain-text version of the chore chart that you can paste into any messaging app, email, or note. You can also share the URL of this page — family members can then enter the same names and chores to regenerate or modify the chart on their own device.
- How do I start fresh each week?
- Click "Clear Chart" to wipe only the current assignments while keeping your member and chore lists intact. Click "Reset" to clear everything — members, chores, and assignments — and start from scratch. Both actions also clear the saved state in localStorage.