UVM

In reply to Muthamizh:

in the body method of your sequence you can implement a loop like this

repeat (100)
  `uvm_do_with(req, with {your constraints;})