Independent |
public virtual void Fill<T>( IRandomNumberDistribution<T>[] distributions, 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, or if the length of distributions is less than the number of streams. |