رمي العملة
Sometimes you just need a fair 50/50 random decision. Our coin flipper provides cryptographically-seeded randomness (not pseudorandom), supports multi-flip sequences for probability demos, lets you flip biased coins (custom probabilities), and tracks heads/tails streaks for statistics education.
صورة
كتابة
حول Coin Flip Simulator
Sometimes you just need a fair 50/50 random decision. Our coin flipper provides cryptographically-seeded randomness (not pseudorandom), supports multi-flip sequences for probability demos, lets you flip biased coins (custom probabilities), and tracks heads/tails streaks for statistics education.
كيفية الاستخدام
- Click "Flip" for a single coin flip.
- Enter a number to flip multiple coins at once (up to 10,000).
- Set a custom probability for a biased coin experiment.
- View the running tally, longest streak, and probability distribution chart.
الصيغة والمنهجية
Fair coin: P(heads) = P(tails) = 0.5. Expected runs in n flips: (n+1)/2 ≈ n/2. Probability of k heads in n flips: C(n,k) × 0.5^n (binomial distribution). Expected longest streak in n flips: log₂(n) ≈ 10 heads in a row in 1,000 flips is not unusual. Law of large numbers: as n→∞, proportion→0.5.
حالات الاستخدام الشائعة
- Decision-making: tie-breaking between two equal options
- Probability education: demonstrating the law of large numbers
- Gamble simulations: seeing how streaks and variance play out over many flips
- Sports: virtual coin toss for kickoff, batting order, or possession
- Fair assignment: randomly assigning tasks, teams, or roles
الأسئلة الشائعة
أدوات ذات صلة
كل الأدوات →دمج هذه الأداة في موقعك
مجاني للاستخدام الشخصي والتجاري. فقط انسخ الكود أدناه.