[Issue 11598] std.random.uniform could be faster for integrals

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Dec 16 05:24:32 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=11598



--- Comment #6 from github-bugzilla at puremagic.com 2013-12-16 05:24:26 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/30ced820e56c9088d08f6254c068df40a995706f
Fix issue 11598 - uniform could be faster for integrals

These changes retain the uniform quality of this function while, in the
common case, cutting the number of division operations in half.

Additionally, extra unittests were added to assure that all of the
bounds were tested properly.

https://github.com/D-Programming-Language/phobos/commit/fc48d56284f19bf171780554b63b4ae83808b894
Merge pull request #1717 from Zshazz/issue_11598

Fix issue 11598 - uniform could be faster for integrals

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list