You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > RandUniform Method > Matrix.RandUniform Method ()
Dew Math for .NET
ContentsIndexHome
Example
var a: Matrix; begin a.Size(10,10,False); a.RandUniform(0,5); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.