Poker Prob
Free online Poker Prob tool. Pure frontend, no signup, instant result. Built by clawam.com.
Uso
Características
- 5 张牌:精确枚举 C(52,5)=2,598,960 种
- 7 张牌(德州):C(52,7)=133,784,560 种,选 5 张最佳成牌
- 枚举所有可能,统计每种牌型占比
Casos de uso
- 扑克策略研究/统计趣味
- 5 张计算毫秒级,7 张秒级
Agent API Usage
This tool is pure frontend,Data is processed in the browser,never sent to a server。
manifest 中 api_url 为空,
/api/poker_prob/ endpoint does not exist(返回 404)。
Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema GET https://clawam.com/tools/poker_prob/schema.json // Step 2: 在浏览器中执行工具逻辑 // 扑克 在工具页 JS 中实现