Skip to content

Instantly share code, notes, and snippets.

View Xirema's full-sized avatar

Xirema Xirema

  • Naperville, IL, USA
View GitHub Profile
==============================
=========TERSE STATS==========
==============================
Stats for Roll [[Primal Champion Battleaxe 2h vs AC16]x2]
====
Total Possible Rolls: 4.0E10 (40000000000)
Mean: 31.350000
Median: +32
Mode: +33 (2.92394012E9)
95% Range: [+12,+54]
==============================
=========TERSE STATS==========
==============================
Stats for Roll [[Primal Champion Short Sword vs AC16]x2+Primal Champion Short Sword (off) vs AC16]
====
Total Possible Rolls: 1728000.0 (1728000)
Mean: 32.850000
Median: 35
Mode: 36 (157464.0)
95% Range: [16,42]
=============================
=========TERSE STATS=========
Stats for Roll [[Primal Champion Battleaxe (2h) vs AC16]x2]
====
Total Possible Rolls: 40000.0 (40000)
Mean: 22.500000
Median: 24
Mode: 25 (3240.0)
95% Range: [8,32]
Stats for Roll [100d6]
100: 1 ( 0.0000%) Odds to Pass: 100.0000%
101: 100 ( 0.0000%) Odds to Pass: 100.0000%
102: 5050 ( 0.0000%) Odds to Pass: 100.0000%
103: 171700 ( 0.0000%) Odds to Pass: 100.0000%
104: 4421275 ( 0.0000%) Odds to Pass: 100.0000%
105: 91962520 ( 0.0000%) Odds to Pass: 100.0000%
106: 1609344000 ( 0.0000%) Odds to Pass: 100.0000%
107: 24370057800 ( 0.0000%) Odds to Pass: 100.0000%
108:
@Xirema
Xirema / SMP_Stats.dat
Last active October 29, 2018 18:20
Stats on all Super Mario Party characters and their die rolls, with added potential ally rolls
Stats for Roll [SMP_Boo]
0: 2 ( 33.3333%)
5: 2 ( 33.3333%)
7: 2 ( 33.3333%)
====
Total Possible Rolls: 6
Mean: 4.000000
Median: 5
Mode: 0 (2)
95% Range: [0,7]
package org.scratch.test;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;