UNPKG

@randsum/dice

Version:

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

4 lines (3 loc) 90 B
export function generateKey() { return Math.random().toString(36).substring(2, 15); }