randomInstanceOf

Get New Randomized Instance of Type T.

  1. T randomInstanceOf()
  2. T randomInstanceOf(T low, T high)
    T
    randomInstanceOf
    (
    T
    )
    (
    T low = T.min
    ,
    T high = T.max
    )
    if (
    isNumeric!T
    )

Meta