summaryrefslogtreecommitdiffstats
path: root/Bugzilla/RNG.pm
AgeCommit message (Collapse)AuthorFilesLines
2011-08-05Bug 658407: Make Bugzilla not use Math::Random::Secure anymore, due to theMax Kanat-Alexander1-0/+233
difficulty of installing its dependencies. Instead move the code directly into Bugzilla itself. r=LpSolit, r=glob, a=mkanat