You are here:
Symbol Reference >
AbstractMtxVec Namespace
>
Classes
>
TMtxVec Class
>
public
>
RandGauss Method
>
TMtxVec.RandGauss Method ()
MtxVec VCL
Example
TMtxVec.RandGauss Method ()
var
a: TVec;
begin
CreateIt
(a);
try
a.Size(500,False); a.RandGauss;
finally
FreeIt
(a);
end
;
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.