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

📄 ex-ran.cpp

📁 Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class li
💻 CPP
字号:
/*************************** EX-RAN.CPP ********************* AgF 2007-09-23 *
*                                                                            *
* Example showing how to use random number generators from class library.    *
*                                                                            *
* Instructions:                                                              *
* Compile for console mode, and run.                                         *
*                                                                            *
* This example uses the "Mersenne twister" random number generator.          *
* To use the "Mother of all" random number generator, replace the class name *
* CRandomMersenne with CRandomMother and include mother.cpp.                 *
*                                                                            *
* To use the faster assembly language implementation, use class name         *
* CRandomMersenneA or CRandomMotherA, include asmlibran.h and link with      *
* the appropriate version of the asmlib library from asmlib.zip.             *
*                                                                            *
* 

⌨️ 快捷键说明

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