lcgrand.h
上传用户:aozhi88
上传日期:2022-07-10
资源大小:255k
文件大小:0k
源码类别:

行业应用

开发平台:

Visual C++

  1. /* The following 3 declarations are for use of the random-number generator
  2.    lcgrand and the associated functions lcgrandst and lcgrandgt for seed
  3.    management.  This file (named lcgrand.h) should be included in any program
  4.    using these functions by executing
  5.        #include "lcgrand.h"
  6.    before referencing the functions. */
  7. float lcgrand(int stream);
  8. void  lcgrandst(long zset, int stream);
  9. long  lcgrandgt(int stream);