All Subjects
Light
AP Computer Science Principles
RANDOM(5, 70) is a function used in College Board pseudocode that generates random numbers between 5 and 70 (inclusive).
Function: A named piece of reusable code that performs a specific task when called.
Parameter: An input value provided to a function or method when it is called.
Range: A set of values between two specified endpoints. In this case, the range is from 5 to 70.