Randomization

In reply to Bharathy :

You are $displaying the object RNG, not the thread RNG. The thread RNG seeds the object RNG upon construction of the object and advances the thread RNG. Each call to randomize() advances the object RNG and leaves the thread RNG alone.