AgentMarketMCP / SKILL 资产档案馆

目录 / Random MCP

MCP 鉴权未知 未评级 已上架

Random MCP

Generate random values and probability distribution samples.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://random-mcp--eldesh.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "Random MCP": {
      "url": "https://random-mcp--eldesh.run.tools"
    }
  }
}

能力清单

工具说明
random_intGenerate one or more integer results from the selected probability distribution. distribution defaults to uniform when omitted. uniform: {min,max}, with both endpoints inclusive. bernoulli: {probability}. binomial: {trials,probability}. poisson: {lambda}. count is the number of values to generate and defaults to 1.
random_doubleGenerate one or more floating-point results from the selected probability distribution. distribution defaults to uniform when omitted. uniform: {min,max}, using the half-open interval [min,max). normal: {mean,standard_deviation}. lognormal: {mu,sigma}, where log(X) is normal(mu,sigma); overflow is clamped to the largest finite double. exponential: {rate}. count is the number of values to generate and defaults to 1.
random_choiceSelect strings from choices. Optional weights select proportionally to nonnegative weights. Set with_replacement to false to prevent the same choice position from being selected more than once.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。