~karsten.klagges/openwns-allinone/trunk

« back to all changes in this revision

Viewing changes to framework/library/src/distribution/Pareto.hpp

  • Committer: Karsten Klagges
  • Date: 2013-07-30 17:20:21 UTC
  • Revision ID: kks@comnets.rwth-aachen.de-20130730172021-ug2uslqx81y595qx
removed several needless explicit declarations
fixed some implicit type conversions of wns::simulator::Time

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        public Cloneable<Pareto>
52
52
        {
53
53
        public:
54
 
        explicit
 
54
 
55
55
        Pareto(double shapeA, double scaleB, 
56
56
            wns::rng::RNGen* rng = wns::simulator::getRNG());
57
57
 
58
58
        explicit
59
59
        Pareto(const pyconfig::View& config);
60
60
 
61
 
        explicit
62
61
        Pareto(wns::rng::RNGen* rng, const pyconfig::View& config);
63
62
 
64
63
                virtual