Fortune cookie
The fortune cookie — that crisp folded wafer with a paper slip inside — is a playful end-of-meal tradition. This online version lets you crack one open any time for a short message of wisdom and a set of lucky numbers, no takeout required.
How it works
When you crack the cookie, the tool picks one fortune at random from a curated list and draws six unique lucky numbers between 1 and 69, sorted in ascending order to match a typical lottery slip. The selection uses the browser’s cryptographically secure random source (the Web Crypto API) rather than a simple pseudo-random call, so each result is genuinely unbiased and you are just as likely to see any fortune. Press the button again for a completely fresh draw.
Example
A single crack might return a fortune such as “A pleasant surprise is waiting for you this weekend.” alongside lucky numbers like 4 · 17 · 23 · 38 · 52 · 61. Crack again and both the message and the numbers change.
| Element | What you get |
|---|---|
| Fortune | One random message from a curated list |
| Lucky numbers | Six unique numbers, 1–69, sorted |
| Randomness | Cryptographically secure (Web Crypto) |
The whole thing runs in your browser — nothing is uploaded or stored.