🌈 搜索
📅  最后修改于: 2022-03-11 14:52:09.789000             🧑  作者: Mango
public static int CoinFlip(){ int i; i = (int)(2*Math.random()); return i; }