filling a array with uniqe random numbers between 0-9 in c#

后端 未结 4 1064
一整个雨季
一整个雨季 2020-12-07 05:58

I want to fill my array with unique random numbers between 0-9 in c# I try this function:

    IEnumerable UniqueRandom(int minInclusive, int maxIn         


        
4条回答
提交回复
热议问题