From: <mk...@us...> - 2003-08-07 17:47:33
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv31173 Modified Files: Random.h Log Message: Index: Random.h =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/Random.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Random.h 7 Aug 2003 17:37:20 -0000 1.10 --- Random.h 7 Aug 2003 17:47:30 -0000 1.11 *************** *** 420,424 **** */ template <class RNG> ! class SIMDATA_EXPORT RandomNumberGenerator: public RandomNumberGeneratorInterface { struct RNGState: _State { typename RNG::State _state; --- 420,424 ---- */ template <class RNG> ! class RandomNumberGenerator: public RandomNumberGeneratorInterface { struct RNGState: _State { typename RNG::State _state; *************** *** 654,658 **** */ template <class RD> ! class SIMDATA_EXPORT RandomDistribution: public RandomDistributionInterface { struct RDState: _State { typename RD::State _state; --- 654,658 ---- */ template <class RD> ! class RandomDistribution: public RandomDistributionInterface { struct RDState: _State { typename RD::State _state; |