Spinning a wheel instead of arguing
The wheel spinner takes a list — separated by commas, line breaks, or a mix — and picks one item. Lunch, the next presenter, whose turn it is to wash up, a giveaway winner, a party dare. Type the list once and the same list drives four different ways of showing the answer.
The Wheel is the classic: it accelerates, slows and stops on a slice. The Marble Race turns each item into a marble rolling down a course longer than the screen, past pin fields, bumpers, a branching fork with a speed lane on one side and a mud patch on the other, and a spinning vane near the end. A run lasts roughly 10 to 20 seconds and the standings keep flipping. Capsule is a gacha machine. Order & Teams does the opposite job — instead of picking one, it numbers everyone in a random order or splits them into teams whose sizes differ by at most one.
Why the marble race is still fair
The physics is real, which means the fork and the boost lane genuinely favour certain starting positions. That would be a problem if the marbles kept their names. They don't: before every race the assignment of names to marbles is reshuffled with an unbiased Fisher-Yates shuffle, so each entry converges on exactly 1/N.
Underneath all four tabs the draw uses crypto.getRandomValues() rather than a clock-seeded generator, so the next result is not predictable. The important part is the order of events: the winner is decided first and the animation catches up. Nothing changes mid-spin.
A paper game, moved onto a screen
The love calculator plays two schoolyard games that generations played in the margins of exercise books, and shows the full working the way you would scribble it.
FLAMES stands for Friends, Love, Affection, Marriage, Enemies, Siblings. Cross out the letters the two names share, one for one. Count the letters left over in both names combined. Then count that number around the six letters in a circle, striking one out each time you land, until a single letter remains. That letter is the verdict. Ashley and Brandon share one letter, leaving eleven; counting eleven around the circle eliminates E, S, A, F and L, and Marriage is what is left.
The percentage comes from the equally classic TRUE LOVE game: count how often each of those letters appears across both names, then add neighbouring digits pair by pair, keeping only the last digit of each sum, until two digits remain.
Neither game has the slightest scientific basis, and this page says so rather than dressing it up. It is arithmetic on letters. Because both games only look at which letters the names contain, swapping the order of the names changes nothing, and the same two names always give the same answer — there is no randomness anywhere. One practical note: if you copy the result link, the two names travel inside the address, so use nicknames if that matters.
How many evenings is that series, actually
The binge watch calculator answers a question streaming services have no incentive to answer for you. A single season sounds manageable until you multiply: twenty-two episodes at 47 minutes is over 17 hours, which is more than two full working days. Five seasons of a network drama can run past 75 hours, and at two episodes a night that is nearly two months of evenings.
Watching at 1.5× cuts a 75-hour series to 50, and 2× halves it outright. For dialogue-heavy shows many people stop noticing 1.25× or 1.5× within a few minutes; action and music suffer more. Real viewing runs a little longer than the arithmetic, though — rewinding a missed line, the pause before autoplay, the seconds spent deciding whether to keep going. Skipping intros pulls the other way and can save hours across a long series.
The reason the calculator also shows daily viewing hours is that the episode count hides how much of a day it takes. Eight episodes is over six hours of screen time before meals and breaks — in practice, the whole day. Autoplay is built so that stopping is the active decision, so picking a number of episodes before you start is a simple way to keep the choice on your side.