Skip to main content

SimBatchSpec

Object shape for simulateHandOutcomeBatch.

interface SimBatchSpec {
holeCards: CardInput;
board: CardInput;
numSimulations: number;
seed: number;
villains?: number;
}

CardInput is string[] or packed Uint8Array. See Batch equity.