randBeta#

swordfish.function.randBeta()#

Return a vector of random values with beta distribution.

参数:
  • alpha (Constant) -- A positive floating number.

  • beta (Constant) -- A positive floating number.

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