Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
8a2e438e
Commit
8a2e438e
authored
Jan 15, 2015
by
Jason Swails
Browse files
:class: -> :meth: where appropriate.
parent
c2505aad
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs-source/usersguide/theory.rst
docs-source/usersguide/theory.rst
+2
-2
No files found.
docs-source/usersguide/theory.rst
View file @
8a2e438e
...
...
@@ -1421,8 +1421,8 @@ only within a single simulation, but between two different simulations of the
same system as well (including any restarts of previous simulations).
Every stochastic force and integrator that does (or could) make use of random
numbers has two instance methods attached to it: :
class
:`getRandomNumberSeed()`
and :
class
:`setRandomNumberSeed(int seed)`. If you set a unique random seed for
numbers has two instance methods attached to it: :
meth
:`getRandomNumberSeed()`
and :
meth
:`setRandomNumberSeed(int seed)`. If you set a unique random seed for
two different simulations (or different forces/integrators if applicable),
OpenMM guarantees that the generated sequences of random numbers will be
different (by contrast, no guarantee is made that the same seed will result in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment