srand rand

#include <stdlib.h>

srand( (time(0));

rand()%100;

原文地址:https://www.cnblogs.com/henryliublog/p/9236669.html