randGamma# swordfish.function.randGamma()# Return a vector of random values with gamma distribution. 参数: shape (Constant) -- A positive floating number. scale (Constant) -- A positive floating number. count (Constant) -- The number of random values to be generated.