Alea, or a Garden of Forking Wagers
Enter Alea
Welcome to the world of Alea, a Progressive Web App (A PWA is a website that can be indexed and search by google and other web search providers, but also works as an App that can be installed in your desktop or mobile environments) I built which can help casino players understand how seeds work and how strategies can alter your profit and wager, all for free, forever.
”Alea iacta est” the die is cast. Caesar said it at a river; we say it at a browser tab. Borges imagined a Babylon where the lottery grew until it governed everything, until no one could tell where chance ended and life began. Alea is a more modest proposal: a small laboratory where chance is not obeyed but examined. Nothing here asks for your money, your name, or your trust. The mathematics runs entirely in your own device, and every number it produces can be checked, to the last byte, by anyone patient enough to look.
What follows is a walk through its rooms.
The Seven Games

At the heart of the app live seven simulators ” Dice, Limbo, Crash, Mines, Plinko, Wheel, and Keno ” each a faithful replica of the games the provably-fair casinos run. They share one engine and one secret, which is no secret at all: given a server seed, a client seed, and a nonce, the outcome is already written. The casino does not roll a die; it reads one line from an infinite, predetermined book.
In each game you may choose a strategy, set stop conditions, apply bet-progression rules, and then release millions of rolls against your idea. The simulator will tell you, without flattery, whether your system survives. Every run can be exported to CSV or shared as a link a wager made repeatable, like a story that can be retold without losing a word.
The Seed Analyzer (/seeds)

This is the library of the house. Give it a pair of seeds and a range of nonces, and it will replay that stretch of fate through seven lenses: histograms of multipliers, the distance you must travel to meet the next great payout, streaks of fortune chained back to back, streaks of loss and their grim distribution, threshold tables, the slow curve of a balance rising or falling, and per-target statistics recomputed live. Millions of nonces stream through a background worker while the page remains serene, an infinity examined without hurry.
Live Feeds (/live)

Here the simulated world touches the real one. Alea can listen to actual casino rounds as they happen and hold them against rules of your own invention: alert me when the multiplier exceeds ten; alert me when the losses form a procession of fifteen. It can whisper through one of twenty tones, or send word to a Discord channel while you are elsewhere. A focus mode pins a single feed across the screen, and the history of past rounds is reconstructed so that every event arrives with its context, no round an orphan.
Verify (/verify)

Perhaps the most needed room of all: the one that proves the bet was never altered. Paste any (server seed, client seed, nonce) triple from any of the seven games, and Alea performs the same HMAC computation the casino performed, arriving necessarily, inevitably at the same result. If the casino cheated, the numbers will confess. Trust is replaced by arithmetic, which is trust's more reliable cousin.
Backtest (/backtest)

A time machine of limited but honest powers. Take a strategy you have saved and replay it against real rounds already captured from the live feeds. Would my system have survived last week's crash? is a question most gamblers answer with memory, which lies. Backtest answers it with the record, which does not.
Saved (/saved)

Every completed simulation is kept: its bets, its profits, its streaks, its balance curve, the anatomy of its losses. You may browse this archive, filter it, export it, or replay any run inline, instantly. It is a museum of your former convictions, some vindicated, most corrected.
Support
Please consider sending your suggestions or bug reports using the in-built support button on the web app or in my discord! I would love to continue building and growing this tool so that everyone who wants to use it can find it to be very useful for them, casino already are predatory and savages, lets help build something together with which we can help each other ease the pains and problems that arise from our inexperienced adventures in the casino!
Discord server
A Closing Word
Borges wrote that chance is merely our ignorance of the complete order of things. The casinos have made that order literal: a seed, a hash, a number waiting at every nonce like a word waiting on every page. Alea does not promise you victory over that order, no honest instrument could. It promises something better: that you may read the book before betting on its ending. It installs as an app, works offline, comes dressed in six themes, and asks nothing in return.
The die is cast. But now, at least, you can inspect the die.
Built with ❤ by AurumAeternus