Random mask will show a rundom number from the specified range instead of the actual value:
ALTER TABLE Product
ALTER COLUMN Price ADD MASKED WITH (FUNCTION = 'random(100,200)')
Note that is some cases displayed value might match actual value in column (if randomly selected number matches value in the cell).