lcgrand.h
资源名称:mm1.rar [点击查看]
上传用户:aozhi88
上传日期:2022-07-10
资源大小:255k
文件大小:0k
源码类别:
行业应用
开发平台:
Visual C++
- /* The following 3 declarations are for use of the random-number generator
- lcgrand and the associated functions lcgrandst and lcgrandgt for seed
- management. This file (named lcgrand.h) should be included in any program
- using these functions by executing
- #include "lcgrand.h"
- before referencing the functions. */
- float lcgrand(int stream);
- void lcgrandst(long zset, int stream);
- long lcgrandgt(int stream);