randPoisson# swordfish.function.randPoisson()# Return a vector of random values with Poisson distribution. Parameters: mean (Constant) – The mean of a Poisson distribution. count (Constant) – The number of random values to be generated.