|  | RandomizerExtensions Methods | 
The RandomizerExtensions type exposes the following members.
 Methods
Methods| 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
             | 
 See Also
See Also