Jeffrey Bush
|
8a3d6f6aea
Tried to make code compile with MSVC while addressing a bunch of portability issues, including adding #include "config.h" to the start of most C files and updating the LONG_LONG_FORMAT to use the standard in inttypes.h.
|
12 年之前 |
Jed Wing
|
055f27ea19
Rather than keeping track of random_number_uses explicitly, it's now maintained by the RNG. We keep track of the number of buffers of variates we generate, and compute the total random number usage based on that and the buffer fill level (randcnt). This simplifies things a lot, and is presumably a little more efficient.
|
16 年之前 |
Jed Wing
|
5df848ed6a
Checking in the 3.1 changes.
|
16 年之前 |
borisk
|
83a8b8f8c0
Implemented calculation and reporting of simulation statistics for 'random_number_use', 'ray_voxel_tests', 'ray_polygon_tests', 'ray_polygon_colls', 'mol_mol_colls'. They are controlled by FINAL_SUMMARY notifications directive.
|
18 年之前 |
kerr
|
a748a9de1a
|
19 年之前 |
kerr
|
a6d769725a
Author: Rex Kerr
|
21 年之前 |