rand.hpp
Go to the documentation of this file.
1 // ========================================================================================
2 // ApproxMVBB
3 // Copyright (C) 2014 by Gabriel Nützi <nuetzig (at) imes (d0t) mavt (d0t) ethz (døt) ch>
4 //
5 // This Source Code Form is subject to the terms of the Mozilla Public
6 // License, v. 2.0. If a copy of the MPL was not distributed with this
7 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 // ========================================================================================
9 
10 #ifndef ApproxMVBB_Diameter_Utils_rand_h
11 #define ApproxMVBB_Diameter_Utils_rand_h
12 
13 //
14 // #include <math.h>
15 // #include <stdlib.h>
16 //
17 // namespace ApproxMVBB{
18 // namespace Diameter{
19 //
20 // extern long int _GetRandomCalls();
21 // extern long int _GetRandomSeed();
22 //
23 // #if defined _WIN32 || defined __CYGWIN__ || defined WIN32 // WIN32 is for legacy CMake
24 // extern void _SetRandomSeed( unsigned int seed );
25 // #else
26 // extern void _SetRandomSeed( long int seed );
27 // #endif
28 //
29 // /* return a double number d | 0 <= d < 1
30 // */
31 // extern double _GetRandomDoubleNb( );
32 //
33 // /* return a int number i | min <= i <= max
34 // */
35 // extern int _GetRandomIntNb( int min, int max );
36 //
37 //
38 // }
39 // }
40 
41 
42 #endif
43 


asr_approx_mvbb
Author(s): Gassner Nikolai
autogenerated on Mon Jun 10 2019 12:38:08