Click or drag to resize
IUserAccessiableCreateRandomArray Method
Overload List
  NameDescription
Public methodCode exampleCreateRandomArray(Int32)
Returns an integers array with size inSize, containing numbers in the range [1,inSize], in randomized order.
Public methodCode exampleCreateRandomArray(Int32, Int32, Int32)
Returns an integers array with size inSize, containing numbers in the range [inMinValue,inMaxValue], in randomized order. values amount in the range [inMinValue,inMaxValue] must be equal to or greater than inSize.
Top
See Also