Young Geun Kim
4f6fdb9dc7
Feature: Generalized inverse Gaussian random generator ( #126 )
...
* use Devroye instead of Hormann for GIG
* add gig header file
* add gig test
* move using declarations before member declaration
* move using into each function
* fix tab size and add init()
* add test to jamfile
* remove duplicate iostream operators
* fix formatting again
* add to docs
* remove static because they use non-static member
* add const in member functions
* remove duplicate test
* fix typo
* need dist3 in three parameter test
* specify test1 params
* missing using std::cosh
* sinh and cosh under c++11
* set arg3 different in test
* set test arg value different from the default
* add test3 to cover every line in gig
* remove uninitialized variables compile warning in gig operator
* did not add test3 mistakenly
2025-02-06 08:11:18 -05:00
Matt Borland
1b7af50452
Add to docs
2025-02-03 10:26:53 -05:00
Matt Borland
0d4c9f403c
Add doxygen of classes
2025-01-30 18:00:04 -05:00
Justinas V. Daugmaudis
3db2d7cb71
Initial QRNG commit
2018-02-18 10:49:14 +02:00
Steven Watanabe
89174b6ca3
Add hyperexponential_distribution. Contributed by Marco Guazzone.
2015-04-01 10:08:06 -06:00
Steven Watanabe
f5859d5d38
Add documentation of generate_canonical.
2015-03-05 15:34:22 -07:00
Steven Watanabe
25cef713f9
Add non-central chi-squared distribution contributed by Thijs van den Berg.
2014-04-08 17:47:01 -07:00
Steven Watanabe
e3f36471e8
Update the concepts to reflect the new members (such as discard), which were added to conform to C++11. Fixes #6703 .
2014-03-14 08:15:59 -07:00
Steven Watanabe
ed9f359d4b
Add beta_distribution and laplace_distribution to documentation.
2014-03-13 17:09:48 -07:00
Steven Watanabe
5eaec807ff
Update docs for random_number_generator.
...
[SVN r69986]
2011-03-14 22:05:52 +00:00
Steven Watanabe
8c30753bf4
Sync the docs with the current library.
...
[SVN r68822]
2011-02-13 03:28:59 +00:00
Steven Watanabe
4855688a63
Add extreme_value_distribution.
...
[SVN r63330]
2010-06-25 23:53:34 +00:00
Steven Watanabe
aab4ff005f
Add weibull_distribution.
...
[SVN r63328]
2010-06-25 22:22:53 +00:00
Steven Watanabe
f702db6d89
Sync shuffle_order_engine with C++0x.
...
[SVN r63327]
2010-06-25 21:23:20 +00:00
Steven Watanabe
b3915ef6b1
Sync ranlux with C++0x.
...
[SVN r63279]
2010-06-24 03:57:42 +00:00
Steven Watanabe
a06b888c94
Sync linear_congruential with C++0x.
...
[SVN r63270]
2010-06-23 20:55:43 +00:00
Steven Watanabe
e580086e65
Sync gamma_distribution with C++0x. Fixes #3888 .
...
[SVN r63247]
2010-06-22 20:22:41 +00:00
Steven Watanabe
2c7387f6ae
Implement discrete_distribution. Fixes #920 .
...
[SVN r63180]
2010-06-21 04:03:55 +00:00
Steven Watanabe
773e647806
Better implementation of the poisson distribution. Fixes #1540 .
...
[SVN r63126]
2010-06-20 03:24:28 +00:00
Steven Watanabe
e7e3a4a676
Reimplement binomial_distribution.
...
[SVN r63088]
2010-06-18 22:05:11 +00:00
Steven Watanabe
eba3181c16
Fix remaining broken links
...
[SVN r60391]
2010-03-09 23:15:18 +00:00
Steven Watanabe
2248892f09
Add Quickbook/Doxygen documentation
...
[SVN r59910]
2010-02-25 18:13:36 +00:00