Understanding the algorithm of Visual C++'s rand() function

后端 未结 5 1573
渐次进展
渐次进展 2021-01-02 04:52

In C/C++, rand() and srand() are usually used by us when we want to get a random integer. But when I tried to rewrite it myself, I found it difficu

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