How to make addresses randomised in write sequence and read sequence are same

I have a write sequence and read sequence and i’m randomising write seq 10 times,so I will be generating 10 unique addresses.I want to randomise in read sequence with same 10 addresses that were generated in write sequence.

I think of using seed value or using a queue in write sequence and in read seq ill add constraint within!

In reply to Sv-hustler:

See Generating unique addresses for a write sequence | Verification Academy