import * as fortuna from "https://deno.land/x/fortuna@v4.1.4/src/coin.ts";
Functions
Toss n unbiased coins (50% chance of head / tail). A biased coin can be implemented using GachaMachine. Do not toss more than 62 coins at once. |
import * as fortuna from "https://deno.land/x/fortuna@v4.1.4/src/coin.ts";
Toss n unbiased coins (50% chance of head / tail). A biased coin can be implemented using GachaMachine. Do not toss more than 62 coins at once. |