randGamma#

swordfish.function.randGamma()#

Return a vector of random values with gamma distribution.

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

  • scale (Constant) – A positive floating number.

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