trzmjel / CTL_test

Additional assigment for my Statistics course. It's about proving Central Limit Theroem.
0 stars 0 forks source link

Optimalization problems #1

Open trzmjel opened 1 year ago

trzmjel commented 1 year ago

So right now this is too slow, most likely going to do something like generating 30 values, assigning them to these three tables than repeating it untill it's done.

trzmjel commented 1 year ago

Should add multi-threading when generating those means, so it will show high improvement. Should make random value in distribution more effectively.