pub fn daily_board(
config: &GameConfig,
character_state: &CharacterState,
day_seed: i64,
) -> Vec<Uuid>Expand description
Today’s daily board: quota-per-category rotation over the open pool,
deterministic in (player band/gates, day_seed). Shortfall in one
category is filled from the remaining open pool so the board reaches
BOARD_SIZE whenever enough objectives are open.