fn() calcLogNormalDistParam
Computes m and s paramters for the lognormal distribution from mean and stddev of the underlying distribution.

Defined in <seqan/random.h>
Signature param cvtLogNormalDistParam(mean, stddev);

Parameters

mean The mean of the underlying distribution.
stddev The standard deviation of the underlying distribution.

Return Values

param The distribution specific paramter of type typename lognormal_distribution::param_type .

Data Races

Thread safety unknown!