Write a Python program that uses the random module to generate a list of 5 unique random numbers between 0 and 30.
Example 1:
Input: None
Output: [6, 29, 10, 23, 8] # Output may vary
Example 2:
Input: None
Output: [12, 28, 4, 15, 22] # Output may vary