怎么能要30000个随机数最近在写C++的类在数据结构中的实现 写到排序了 可是不会用随机函数 帮忙![解决办法]srand(0/*time(NULL)*/); int i = rand()%100000;