NARESH SAMBHNANI <
naresh....@gmail.com> writes:
> My need is to set 15 elements to a known value and have to randomize
> an element.
Are these known values always the same? Could you provide an example?
From the little we know about the actual requirements, I would probably
not randomize the array itself but use separate rand variables for both
index and value and assign the results in post_randomize, as you
suggested.
Cheers
Marcus