C语言:产生随机数。 #include#include#include int main(){ int i,n,seed; srand( (unsigned)time( NULL ) ); printf("\n%s","some randomly distributed" "integers will be printf.\n" " 学习之路。 2023-09-12 88 点赞 1 评论 133 浏览