The questions were : write a SV code to get unique random numbers, rand vs randc, write driver code etc.
Utilisateur anonyme
rand , blindly randomizes based on constraints so there is no guarantee that elements would not get repeated before covering all the possible elements. randc guarantees that no elements would be repeated unless all the possible elements have been returned.