Exclude data from $urandom_range

In reply to Ep1c F4iL:
Hi, You can try something like this

while(1) begin
val = $urandom_range(8'hFF, 8'h00);
if(!val inside {0x2a,  0x2b, 0x2c})
break;
end