Rand behaviour using randc

In reply to Thirumalesh Kumar:
I believe this is impossible. The SV LRM says
“Variables declared with the randc keyword are random-cyclic variables that cycle through all the values in a random permutation of their declared range. The basic idea is that randc randomly iterates over all the values in the range and that no value is repeated
within an iteration.”