randomInstanceOf

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

Return Value

Type: T

randomized instance of type T.

Meta