?? ex-ran.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 + -