core: Add laplacian random distribution

This commit is contained in:
Sébastien Deronne
2024-01-23 08:09:10 +01:00
committed by Sébastien Deronne
parent 13e30c04b5
commit a9ffe7821e
3 changed files with 215 additions and 0 deletions

View File

@@ -263,6 +263,7 @@ can also create their own custom random variables by deriving from class
* class :cpp:class:`EmpiricalRandomVariable`
* class :cpp:class:`BinomialRandomVariable`
* class :cpp:class:`BernoulliRandomVariable`
* class :cpp:class:`LaplacianRandomVariable`
Semantics of RandomVariableStream objects
*****************************************