randLogistic# swordfish.function.randLogistic()# Return a vector of random values with logistic distribution. 参数: mean (Constant) -- The mean of a logistic distribution. s (Constant) -- The scale parameter of a logistic distribution. count (Constant) -- The number of random values to be generated.