Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
libcxx
/
ebef7459b2128e379999c3cd7f353376b5ed64bb
/
include
ebef745
[numeric.iota]
by Howard Hinnant
· 14 years ago
c326721
Completed [alg.random.shuffle].
by Howard Hinnant
· 14 years ago
5430540
[rand.dist.samp.plinear]. This means we've got a fully tested and functional <random>! 489 tests over 48 sections are passing. :-) The only thing still on my plate in this area is to back-port some of this technology to random_shuffle/shuffle in <algorithm>. That will involve shuffling header bits around (<random> depepends on <algorithm>), but it won't entail that much development (compared to what has been required for <random>).
by Howard Hinnant
· 14 years ago
adff489
patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepted except there were some bug fixes needed in <locale> for the __nolocale_* series. For the apple branch I ended up using templates instead of the var_args solution because it seemed both safer and more efficient.
by Howard Hinnant
· 14 years ago
2a59254
Optimized [rand.dist.samp.pconst] and several bug fixes in other distributions
by Howard Hinnant
· 14 years ago
d6d1171
[rand.dist.samp.pconst] plus some bug fixes in the tests of the other distributions
by Howard Hinnant
· 14 years ago
551d8e4
[rand.dist.samp.discrete]
by Howard Hinnant
· 14 years ago
321b4bb
[rand.dist.norm.t]
by Howard Hinnant
· 14 years ago
d8bc09b
[rand.dist.norm.f]
by Howard Hinnant
· 14 years ago
d7d0113
[rand.dist.norm.cauchy]. I'm having trouble testing the output as all statistical properties are undefined. They do not converge upon any one value as the number of samples increases. Suggestions for tests welcome.
by Howard Hinnant
· 14 years ago
2bc36fc
[rand.dist.norm.lognormal]
by Howard Hinnant
· 14 years ago
c2b0dc7
[rand.dist.pois.extreme]
by Howard Hinnant
· 14 years ago
34e8a57
[rand.dist.bern.geo]
by Howard Hinnant
· 14 years ago
f2fe5d5
[rand.dist.bern.negbin]
by Howard Hinnant
· 14 years ago
df40dc6
Beefed up the tests for all of the distributions to include checks against the expected skewness and kurtosis
by Howard Hinnant
· 14 years ago
9de6e30
[rand.dist.pois.weibull]
by Howard Hinnant
· 14 years ago
97dc2f3
[rand.dist.norm.chisq]
by Howard Hinnant
· 14 years ago
6add8dd
Revisited [rand.dist.bern.bin] and [rand.dist.pois.poisson] with better algorithms
by Howard Hinnant
· 14 years ago
4ff556c
[rand.dist.pois.poisson]
by Howard Hinnant
· 14 years ago
804b6e7
add headers and implementation for <new>, <exception>, and <typeinfo>
by Nick Kledzik
· 14 years ago
f417abe
[rand.dist.pois.gamma]
by Howard Hinnant
· 14 years ago
c7c4913
partial [rand.dist.pois.gamma]
by Howard Hinnant
· 14 years ago
a64111c
[rand.dist.norm.normal]
by Howard Hinnant
· 14 years ago
30a840f
[rand.dist.pois.exp]
by Howard Hinnant
· 14 years ago
03aad81
[rand.dist.bern.bin]. The evaluation function for this binomial distribution is hopefully just a placeholder. It is using the simplest and slowest method for computing the distribution and needs to be upgraded.
by Howard Hinnant
· 14 years ago
f5256e1
Wiped out some non-ascii characters that snuck into the copyright.
by Howard Hinnant
· 14 years ago
bc8d3f9
libcxx initial import
by Howard Hinnant
· 14 years ago