OpenMM
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
OSRngSeed.h
1 #ifndef OPENMM_OSRNGSEED_H_
2 #define OPENMM_OSRNGSEED_H_
3 
4 
5 /* -------------------------------------------------------------------------- *
6  * OpenMM *
7  * -------------------------------------------------------------------------- *
8  * This is part of the OpenMM molecular simulation toolkit originating from *
9  * Simbios, the NIH National Center for Physics-Based Simulation of *
10  * Biological Structures at Stanford, funded under the NIH Roadmap for *
11  * Medical Research, grant U54 GM072970. See https://simtk.org. *
12  * *
13  * Portions copyright (c) 2013 Stanford University and the Authors. *
14  * Authors: Robert T. McGibbon *
15  * Contributors: *
16  * *
17  * Permission is hereby granted, free of charge, to any person obtaining a *
18  * copy of this software and associated documentation files (the "Software"), *
19  * to deal in the Software without restriction, including without limitation *
20  * the rights to use, copy, modify, merge, publish, distribute, sublicense, *
21  * and/or sell copies of the Software, and to permit persons to whom the *
22  * Software is furnished to do so, subject to the following conditions: *
23  * *
24  * The above copyright notice and this permission notice shall be included in *
25  * all copies or substantial portions of the Software. *
26  * *
27  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
28  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
29  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
30  * THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
31  * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
32  * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
33  * USE OR OTHER DEALINGS IN THE SOFTWARE. *
34  * -------------------------------------------------------------------------- */
35 
36 #include "windowsExport.h"
37 
45 int OPENMM_EXPORT osrngseed(void);
46 
47 #endif /* OPENMM_OSRNGSEED_H_ */