UNPKG

mtg-calculator

Version:

an MtG calculator for computing the probability of being able to draw and play cards from a deck

5 lines 336 B
export function fisherYates(array: any): void; export function simulateDraws(deckBins: any, tapBins: any, costBins: any, deckInfo: any, turns: any, iterations: any, startingHandSize?: number): any; export function rand(): number; export function MurmurHash3(string: any): () => number; //# sourceMappingURL=statisticalSimulator.d.ts.map