Valid args to randomize() Method

In reply to Have_A_Doubt:

Code I is illegal, the arguments to the randomize method must be variable names. Adding an index makes it a select expression.

Code II is not as clear, but I see no reason to code like this. You wind up with two active random variables with the same name.