https://d.puremagic.com/issues/show_bug.cgi?id=9106
--- Comment #10 from bearophile_h...@eml.cc 2014-03-22 10:58:29 PDT --- (In reply to comment #9) > to switch randomSample => sample (again maintaining an alias for the older > name). Is randomSample a documented alias? > For this first > iteration the biggest goal was to try and get the API/general design right, > with improved internals the next goal. Then I suggest to fix the API of dice(), it should be a range. It means you give your distribution to a function/struct, and then you have a range that yields values efficiently with that distribution. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------