Changes between Version 1 and Version 2 of MadSpin
- Timestamp:
- Feb 16, 2014, 2:40:26 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MadSpin
v1 v2 89 89 fix the value of the seed to a given value. By default use the current time to set the seed. random number are generated by the python module random using the Mersenne Twister generator. It has a period of 2**19937-1. 90 90 1. '''set max_running_process VALUE''':[[BR]] 91 allow to limit the number of open file used by the code. The number of running is raising like 2*VALUE 91 allow to limit the number of open file used by the code. The number of running is raising like 2*VALUE [[BR]] 92 New in v2.0.2 92 93 93 94