randNormal#

swordfish.function.randNormal()#

Return a vector of random values with normal distribution.

Parameters:
  • mean (Constant) – The mean of a normal distribution.

  • stdev (Constant) – The standard deviation of a normal distribution.

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