Sequence Overriding

In reply to Azhar Khan:
I guess address is a data member of your sequence class. Right?
You can override this sequence only with an Extended class of this sequence. This means you have still the data member address available. The question is now are you randomiting your sequence object? If you do this it will alway generate another value for address.