randChiSquare# swordfish.function.randChiSquare()# Return a vector of random values with chi-squared distribution. 参数: df (Constant) -- A positive integer indicating the degree of freedom of a chi-squared distribution. count (Constant) -- The number of random values to be generated.