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