8: Random rnd = new Random(Guid.NewGuid().GetHashCode()); 9: return rnd.NextDouble(); 10: } 11: 12: /// <summary> 13: /// 產生指定範圍內的亂 ...
確定! 回上一頁