UNPKG
tarot-mcp-server
Version:
latest (1.0.0)
1.0.0
Model Context Protocol server for Rider-Waite tarot card readings
git.moraxcheng.me/Morax/tarot-mcp
tarot-mcp-server
/
dist
/
tarot
/
utils.d.ts
6 lines
(5 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Generate a cryptographically secure random number between 0 and 1. *
@throws
{Error} If crypto.getRandomValues is not available. */
export
declare
function
getSecureRandom
(
):
number
;