randPoisson#

swordfish.function.randPoisson()#

Return a vector of random values with Poisson distribution.

参数:
  • mean (Constant) -- The mean of a Poisson distribution.

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