I have following class.
Class A;
randc int B;
endclass
In my test case I call randomization of this class only once.
Will it make sure that value that I get across tests are unique?
Randc will work only within a testcase mostly.
Do we have any other constraint to achieve this?