Numerical Components for .NET
Namespace: Extreme.Statistics.DistributionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
public void Sample( Random random, IList<double> samples, int startIndex, int length )
Public Sub Sample ( _ random As Random, _ samples As IList(Of Double), _ startIndex As Integer, _ length As Integer _ )
public: void Sample( Random^ random, IList<double>^ samples, int startIndex, int length )
member Sample : random:Random * samples:IList<float> * startIndex:int * length:int -> unit
This method fills a block of length elements of samples, starting at index startIndex with random samples from the distribution.
-or-
length is less than zero.
Copyright © 2003-2013, Extreme Optimization. All rights reserved. Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc. Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo are registered trademarks of Microsoft Corporation.