Random


title : 生成随机数 tags : C/C++
mathjax : true published : true toc : true —

C

#include <stdlib.h>

rand();
srand();