You are here:
Symbol Reference >
MtxExpr Namespace
>
Classes
>
Matrix Record
>
public
>
RandUniform Method
>
Matrix.RandUniform Method ()
MtxVec VCL
Example
Matrix.RandUniform Method ()
var
a:
Matrix
;
begin
a.Size(10,10,False); a.RandUniform(0,5);
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.