2018年2月25日星期日

C# 產生隨機亂數

Random rnd = new Random();//宣告一個隨機

        protected float GetRandomFloat(int min, int max)
        {     //輸入範圍產生亂數
            return rnd.Next(min, max);
        }

沒有留言:

發佈留言

打賞按讚