Merge pull request #3768 from CyberShadow/pull-20151024-051829

HTML fixes
This commit is contained in:
Walter Bright 2015-10-24 15:05:00 -07:00
commit cf22992cbb
19 changed files with 269 additions and 267 deletions

View file

@ -32,7 +32,7 @@ distribution in various ways. So far the uniform distribution for
integers and real numbers have been implemented.
Upgrading:
$(WEB digitalmars.com/d/1.0/phobos/std_random.html#rand Phobos D1 $(D rand())) can
$(WEB digitalmars.com/d/1.0/phobos/std_random.html#rand, Phobos D1 $(D rand())) can
be replaced with $(D uniform!uint()).
Source: $(PHOBOSSRC std/_random.d)