Independent |
public virtual void Fill<T>( IRandomNumberDistribution<T> distribution, T[][] independentStreams )
Exception | Condition |
---|---|
InvalidArgumentException | Thrown if the length of independentStreams is less than the number of streams, or if the length of independentStreams[i] is less than the stream length for some i. |