Hello
i have a class with random variable which can range between [1:100]
I have a test-case which when I simulate with seed = 1 randomizes my class properties twice (meaning generating 2 random values for the variable).
Now if I run the same test with seed = 2/3/any does the new seed randomize my class properties exactly twice or can that vary (can generate more/less random variables)?
I wanted to know if this randomization is test specific or seed specific