pele-python / mcpele

Monte Carlo and parallel tempering routines built on the pele foundation
Other
20 stars 5 forks source link

Make random number generators in TakeStep and MetropolisTest non-static #20

Closed kjs73 closed 10 years ago

kjs73 commented 10 years ago

This addresses issue #15. Some tests are changed for consistency. Some "mc=NULL" are also removed.

smcantab commented 10 years ago

looks good. Is the function set_generator_seed wrapped into cython already? If not we should do that before merging this pr

kjs73 commented 10 years ago

Thank you for checking! I will have a look a the wrapping.