The RandomExtensions type exposes the following members.
| Name | Description |
---|
  | AsParallel |
Returns a thread-safe version of this random number generator.
|
  | Fill(Random, IListDouble) |
Fills a Double array with random numbers.
|
  | Fill(Random, IListInt32) |
Fills an Int32 array with random numbers.
|
  | Fill(Random, IListDouble, Int32, Int32) |
Fills a Double array with random numbers.
|
  | Fill(Random, IListInt32, Int32, Int32) |
Fills an Int32 array with random numbers.
|
  | FillNormal(Random, IListDouble) |
Fills a list with normal random numbers with zero mean and unit
standard deviation.
|
  | FillNormal(Random, IListDouble, Int32, Int32) |
Fills a list with normal random numbers with zero mean and unit
standard deviation.
|
Top
Reference