static bool flipCoin() { ret tossCoin(); } static bool flipCoin(Random random) { ret tossCoin(random); } sbool flipCoin(double probability) { ret tossCoin(probability); }
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1035375 |
Snippet name: | flipCoin - synonym of tossCoin |
Eternal ID of this version: | #1035375/1 |
Text MD5: | 4d07188c0628169c29fb00e335f679e2 |
Author: | someone |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-05-03 13:13:49 |
Source code size: | 186 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 167 / 170 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |