VectorBuilderTRandom(Int32, IContinuousDistribution) Method |
Create a new dense vector with values sampled from the provided random distribution.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic abstract Vector<T> Random(
int length,
IContinuousDistribution distribution
)
Parameters
- length Int32
- The length of the vector.
- distribution IContinuousDistribution
- The distribution to sample from.
Return Value
VectorTThe created vector.
See Also