randBeta#

swordfish.function.randBeta()#

Return a vector of random values with beta distribution.

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

  • beta (Constant) – A positive floating number.

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