Commit 6eb3c418 authored by Mark Friedrichs's avatar Mark Friedrichs
Browse files

Initialize random number generator seed

parent 641de894
......@@ -44,6 +44,7 @@ LangevinIntegrator::LangevinIntegrator(double temperature, double frictionCoeff,
setFriction(frictionCoeff);
setStepSize(stepSize);
setConstraintTolerance(1e-4);
setRandomNumberSeed(1);
}
void LangevinIntegrator::initialize(OpenMMContextImpl& contextRef) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment