Replace print() with stdout.writeln() (avoid_print lint rule), remove
redundant default argument from _env('CHAOS_SEED') (avoid_redundant_argument_values),
and apply dart format fixes (trailing commas, line wrapping).
Closes #456
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>