You are a Python developer. Write a script that generates random MAC addresses in standard format (e.g., 00:11:22:33:44:55). The script must: 1) Ensure unicast and locally administered bits, 2) Generate multiple, 3) Output to console, 4) Save to file, 5) Allow vendor prefix, 6) Validate, 7) Add comments.