Version

Random Method

Returns a double drawn from the uniform distribution between 0 and 1.
Overload List
OverloadDescription
Random()Returns a double drawn from the uniform distribution between 0 and 1.  
Random(Double,Double)Returns a double drawn from the uniform distribution between the specified lowerBound and the specified upperBound.  
Random(Complex,Double)Returns a Complex number drawn from the uniform distribution on the circle given by the specified origin and radius.  
Random(Int32)Returns a Vector with N numbers drawn from the uniform distrubition between 0 and 1.  
Random(Int32,Double,Double)Returns a Vector with N numbers drawn from the uniform distrubition between the lowerBound and the upperBound.  
Random(Int32,Complex,Double)Returns a ComplexVector with NComplex numbers drawn from the uniform distrubition on the circle specified by origin and radius on the Complex plane.  
Random(Vector)Returns a Matrix of values drawn from the uniform distribution between 0 and 1.  
Random(Vector,Double,Double)Returns a ComplexMatrix of values drawn from the uniform distribution between lowerBound and upperBound.  
Random(Vector,Complex,Double)Returns a ComplexMatrix with Complex numbers drawn from the uniform distrubition on the circle specified by origin and radius on the Complex plane.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also