RandomizerExtensions Class |
Namespace: Cauldron
The RandomizerExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| FillWithRandomValues(GCHandle, Int32) |
Replaces the values of data in memory with random values. The GC handle will be freed.
| |
| FillWithRandomValues(GCHandle, Int32, Boolean) |
Replaces the values of data in memory with random values.
| |
| RandomPickT |
Picks a random element from the given array
|