| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
zigrandom.h File ReferenceDetailed Description========================================================================== This code is Copyright (C) 2005, Jurgen A. Doornik. Permission to use this code for non-commercial purposes is hereby given, provided proper reference is made to: Doornik, J.A. (2005), "An Improved Ziggurat Method to Generate Normal Random Samples", mimeo, Nuffield College, University of Oxford, and www.doornik.com/research. or the published version when available. This reference is still required when using modified versions of the code. This notice should be maintained in modified versions of the code. No warranty is given regarding the correctness of this code. ==========================================================================
Definition in file zigrandom.h.
This graph shows which files directly or indirectly include this file: ![]() Go to the source code of this file.
Define Documentation
Value: ((int)(iRan1) * M_RAN_INVM32 + (0.5 + M_RAN_INVM48 / 2) + \ (int)((iRan2) & 0x0000FFFF) * M_RAN_INVM48) Definition at line 65 of file zigrandom.h.
Value: ((unsigned int)(iRan1) + (unsigned int)((iRan2) << 16) \ * M_RAN_INVM32) * M_RAN_INVM32 Definition at line 56 of file zigrandom.h.
Value: ((int)(iRan1) * M_RAN_INVM32 + (0.5 + M_RAN_INVM52 / 2) + \ (int)((iRan2) & 0x000FFFFF) * M_RAN_INVM52) Definition at line 68 of file zigrandom.h.
Value: ((unsigned int)(iRan1) + (unsigned int)((iRan2) << 12) \ * M_RAN_INVM32) * M_RAN_INVM32 Definition at line 59 of file zigrandom.h.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Tekkotsu v3.0 |
Generated Fri May 11 20:07:41 2007 by Doxygen 1.4.7 |