randBinomial#

swordfish.function.randBinomial()#

Return a vector of random values with binomial distribution.

Parameters:
  • trials (Constant) – A positive integer.

  • prob (Constant) – A floating number between 0 and 1.

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