Click or drag to resize

RandomizerExtensions Methods

The RandomizerExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFillWithRandomValues(GCHandle, Int32)
Replaces the values of data in memory with random values. The GC handle will be freed.
Public methodStatic memberFillWithRandomValues(GCHandle, Int32, Boolean)
Replaces the values of data in memory with random values.
Public methodStatic memberRandomPickT
Picks a random element from the given array
Top
See Also