UNPKG

@randsum/dice

Version:

A flexible, type-safe dice roller for tabletop RPGs, game development, and probability simulations

3 lines (2 loc) 141 B
export declare function coreRandom(max: number): number; export declare function createSeededRandom(seed?: number): (max: number) => number;