randWeibull#

swordfish.function.randWeibull()#

Return a vector of random values with Weibull distribution.

Parameters:
  • alpha (Constant) – A positive floating number.

  • beta (Constant) – A positive floating number.

  • count (Constant) – The number of random values to be generated.