โŒจ๏ธap computer science principles review

key term - RANDOM

Citation:

Definition

RANDOM is a function often used in College Board pseudocode that generates random numbers within specified ranges. It takes two arguments - the lower bound and upper bound of the range - and returns a randomly selected value within that range, inclusive.

"RANDOM" also found in: