Discussion Overview
The discussion revolves around the choice of random seeds for generating initial velocities in molecular dynamics simulations using LAMMPS. Participants explore the implications of different seed choices on the randomness and independence of generated values, as well as the characteristics of random number generators.
Discussion Character
- Exploratory
- Technical explanation
- Debate/contested
- Mathematical reasoning
Main Points Raised
- One participant suggests using successive integers as random seeds, questioning if this would lead to similar results between closely numbered seeds.
- Another participant reassures that using close seed values should not cause related random results, citing properties of good random number generators.
- Some participants mention the utility of consistent seeds for debugging, while others note that using the current time as a seed may be preferable for demonstrations.
- Concerns are raised about the quality of different random number generators, with anecdotes about historical issues with specific generators like RANDU.
- Several participants propose using large odd numbers or prime numbers as seeds, citing potential benefits in avoiding patterns, though some express skepticism about the necessity of this approach.
- There is a discussion on the limitations of random number generators in achieving complete coverage in higher dimensions, particularly in 3D space.
- One participant mentions that the flaws of older generators may not significantly impact most practical applications, while others argue that certain disciplines may require more robust randomness.
- References to external articles and historical anecdotes about random number generation practices are shared, highlighting varying opinions on best practices.
Areas of Agreement / Disagreement
Participants express a range of views on the appropriateness of different seed choices and the implications of using specific types of numbers (odd, prime). There is no consensus on the best approach, and the discussion remains unresolved regarding the optimal strategy for seed selection.
Contextual Notes
Some participants note that not all random number generators are created equal, and there may be specific issues associated with certain generators. The discussion includes references to historical problems with random number generation that may not apply to modern implementations.
Who May Find This Useful
This discussion may be useful for researchers and practitioners in molecular dynamics simulations, computer science, and those interested in the intricacies of random number generation and its implications in computational modeling.