This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Monte-Carlo Monty Hall Million Goat Simulator | |
# Featuring some pretty damn lazy math | |
# Shayne | |
# | |
from random import randint | |
from functools import partial | |
rand3 = partial(randint,0,2) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html"> | |
<link rel="import" href="../core-menu/core-submenu.html"> | |
<link rel="import" href="../core-item/core-item.html"> | |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../paper-radio-button/paper-radio-button.html"> | |
<link rel="import" href="../paper-tabs/paper-tabs.html"> | |
<link rel="import" href="../paper-tabs/paper-tab.html"> |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
0 11.1M 0 2561 0 0 4487 0 0:43:32 --:--:-- 0:43:32 8314 | |
0 11.1M 0 22273 0 0 14938 0 0:13:04 0:00:01 0:13:03 18137 | |
0 11.1M 0 91265 0 0 33547 0 0:05:49 0:00:02 0:05:47 37129 | |
1 11.1M 1 196k 0 0 56905 0 0:03:26 0:00:03 0:03:23 61476 | |
2 11.1M 2 333k 0 0 75839 0 0:02:34 0:00:04 0:02:30 80539 | |
4 11.1M 4 494k 0 0 92009 0 0:02:07 0:00:05 0:02:02 99k |