export function rollDie() { return Math.floor(Math.random() * 6) + 1; }