Constraint a parameter in a sequence item

In reply to Rahulkumar Patel:

@rahulkumar,

I have updated the question. Why I want this constraint? - because I want to generate other data type value based on this int range. say if array index is less than 10,dont randomize the array, if its greater, rndomize it. But the user passes the range as class parameter.