Summary
Laplace distribution random generator.
Unit
StatRandom
Declaration
Procedure RandomLaplace(m, b: TSample; Results: TDenseMtxVec; Seed: Integer = -1);
Description
This routine generates Result.Length pseudo random numbers, using the Laplace distribution with parameters m and b. The random numbers are stored in the Results vector. An exception is raised if Result vector is complex.
Categories
Random number generators| Copyright 2008 Dew Research |
http://www.dewresearch.com