Click or drag to resize

QuasiRandomNumberGeneratorNext Method

Overload List
 NameDescription
Public methodNext(IRandomNumberDistributionDouble, Int32) Creates a double precision matrix filled with quasirandom points which follow the given probability distribution. The columns of the matrix are the points, and hence the matrix will contain Dimension rows and numSamples columns.
Public methodNext(IRandomNumberDistributionSingle, Int32) Creates a single precision matrix filled with quasirandom points which follow the given probability distribution. The columns of the matrix are the points, and hence the matrix will contain Dimension rows and numSamples columns.
Public methodNextT(IRandomNumberDistributionT, Int32) Creates an array filled with quasirandom numbers from the specified distribution. The quasirandom numbers, which are tuples of length Dimension are layed out linearly in the array r. If Dimension = n, then the first n-dimensional quasirandom point occupies r[0], r[1],...,r[n-1], the second occupies r[n], r[n+1],...,r[2n-1], and so on.
Top
See Also