⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rng.h

📁 Simulation Modeling,Discrete Event Simulation,Statistical Analysis of Simulation Models
💻 H
字号:
/* -------------------------------------------------------------------------   * Name            : rng.h  (header file for the library file rng.c)  * Author          : Steve Park & Dave Geyer   * Language        : ANSI C  * Latest Revision : 09-11-98 * -------------------------------------------------------------------------  */#if !defined( _RNG_ )#define _RNG_double Random(void);void   GetSeed(long *x);void   PutSeed(long x);void   TestRandom(void);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -