SDA  7.1
Simulation of Diffusional Association
 All Classes Files Functions Variables Groups Pages
Functions/Subroutines
maths_thread_safe.f90 File Reference

Implement thread-safe mathematical subroutines which deals with RGN. More...

Functions/Subroutines

subroutine ggnml_thread_safe (gaus)
 Generate 3 gaussian random number. More...
 
subroutine ggubs_thread_safe (unif)
 Generate an uniform distributed number between 0 and 1. More...
 

Detailed Description

Implement thread-safe mathematical subroutines which deals with RGN.

Version
{version 7.1 (2015)}

Copyright (c) 2009, 2010, 2015 Heidelberg Institute of Theoretical Studies (HITS, www.h-its.org) formerly EML Research gGmbH (EML-R ) Schloss-Wolfsbrunnenweg 35 69118 Heidelberg, Germany

Copyright (c) 2000, 2003 European Molecular Biology Laboratory Meyerhofstr. 1, Postfach 10.2209 D-69012, Heidelberg, Germany

Please send your contact address to get information on updates and new features to "mcmsoft@h-its.org". Questions will be answered as soon as possible.

References (see also http://mcm.h-its.org/sda7/doc/doc_sda7/references.html):

Brownian dynamics simulation of protein-protein diffusional encounter.

(1998) Methods, 14, 329-341.

Authors: M.Martinez, N.J.Bruce, J.Romanowska, D.B.Kokh, P.Mereghetti, R.R.Gabdoulline, M. Ozboyaci, S.Richter and R.C.Wade


see Random Number Generator section Theses subroutine call different generator depending if the compilation was done with OpenMP.
Allow the same function call, but a different implementation

Function/Subroutine Documentation

subroutine ggnml_thread_safe ( real ( kind=8 ), dimension ( 3 ), intent(out)  gaus)

Generate 3 gaussian random number.

Gaussian with mean 0 and variance 1 Safe function to call, in all cases

Returns
gauss : array of 3 random generated numbers

Here is the caller graph for this function:

subroutine ggubs_thread_safe ( real ( kind=8 ), intent(out)  unif)

Generate an uniform distributed number between 0 and 1.

Thread-safe function

Returns
unif : random number

Here is the caller graph for this function: