C++ Boost implementation

In order to generate uniform distributed sample on the fly, the C++ Boost library was applied with its powerful statistical distribution templates. For generating a uni form distributed sample, the Mersenne Twister generator was implemented used. The Mersenne Twister...