.NET Matrix Library
FillRandom Method
See Also  Send comments on this topic


Fills the Vector object with random values ranging from 0 to 10, rounded to zero decimal places. Fills the Vector object with random values ranging from 0 to 10, rounded to zero decimal places.

Overload List

OverloadDescription
FillRandom()Fills the Vector object with random values ranging from 0 to 10, rounded to zero decimal places.  
FillRandom(Double,Double)Fills the Vector object with random values ranging from lower to upper bound, rounded to 0 decimal places.  
FillRandom(Double,Double,Int32)Fills the Vector object with random values ranging from lower bound to upper bound, rounded to the specified number of decimal places.  

Requirements

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

See Also

.NET Matrix Library Documentation