Changeset 5c441e for src/Patterns/unittests/PrototypeFactoryUnitTest.cpp
- Timestamp:
- Sep 29, 2011, 3:42:26 PM (14 years ago)
- Children:
- f5adb5
- Parents:
- bffe54
- git-author:
- Frederik Heber <heber@…> (09/07/11 15:45:03)
- git-committer:
- Frederik Heber <heber@…> (09/29/11 15:42:26)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Patterns/unittests/PrototypeFactoryUnitTest.cpp
rbffe54 r5c441e 24 24 #include "stubs/CommonStub.hpp" 25 25 #include "stubs/PrototypeFactoryStub.hpp" 26 27 #include <boost/nondet_random.hpp>28 #include <boost/random.hpp>29 #include <boost/random/additive_combine.hpp>30 #include <boost/random/discard_block.hpp>31 #include <boost/random/inversive_congruential.hpp>32 #include <boost/random/lagged_fibonacci.hpp>33 #include <boost/random/linear_congruential.hpp>34 #include <boost/random/linear_feedback_shift.hpp>35 #include <boost/random/mersenne_twister.hpp>36 #include <boost/random/random_number_generator.hpp>37 #include <boost/random/ranlux.hpp>38 #include <boost/random/shuffle_output.hpp>39 #include <boost/random/subtract_with_carry.hpp>40 #include <boost/random/xor_combine.hpp>41 #include <boost/random/bernoulli_distribution.hpp>42 #include <boost/random/binomial_distribution.hpp>43 #include <boost/random/cauchy_distribution.hpp>44 #include <boost/random/exponential_distribution.hpp>45 #include <boost/random/gamma_distribution.hpp>46 #include <boost/random/geometric_distribution.hpp>47 #include <boost/random/linear_congruential.hpp>48 #include <boost/random/lognormal_distribution.hpp>49 #include <boost/random/normal_distribution.hpp>50 #include <boost/random/poisson_distribution.hpp>51 #include <boost/random/triangle_distribution.hpp>52 #include <boost/random/uniform_01.hpp>53 #include <boost/random/uniform_int.hpp>54 #include <boost/random/uniform_on_sphere.hpp>55 #include <boost/random/uniform_real.hpp>56 #include <boost/random/uniform_smallint.hpp>57 26 58 27 #include <typeinfo>
Note:
See TracChangeset
for help on using the changeset viewer.
