Click or drag to resize

RandomizerExtensions Class

Provides usefull extension methods
Inheritance Hierarchy
SystemObject
  CauldronRandomizerExtensions

Namespace:  Cauldron
Assembly:  Cauldron.Randomizer (in Cauldron.Randomizer.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static class RandomizerExtensions

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