lcgrand.h
Upload User: aozhi88
Upload Date: 2022-07-10
Package Size: 255k
Code Size: 0k
Category:

Applications

Development Platform:

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);