I am Charmie

メモとログ

2015-01-19から1日間の記事一覧

C++ class: Random Value Generator

I implemented a set of random value generator classes and the code is on my github repository The class is used as follows: [code lang="cpp"] // int Uniform distribution [0,100] RandomUniformInt ui(0, 10); // double Normal distribution N(0…