Hi,
You need to use the random() function call. As this returns a decimal between 0 and 1, you then need to multiply it by 15000 and round() the result to turn it into an integer. Hope this helps.