Random


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

C

#include <stdlib.h>

rand();
srand();