Please use a random generator instead of the random_items()
function.
You can tell it to draw 2 codes per interview, the code will look something like this:
show('RG01'); // Use the random generator
$items = array_values(valueList('RG01'));
question('B019', $items);
The random generator will not only store what items have been drawn, but it will also take care that each item is drawn equally often (unless you tell it something else).