[This is preliminary documentation and is subject to change.]
Randomizes all attributes contained in this instance.
| C# | Visual Basic | Visual C++ |
public void Randomize( string stringToReplace, Random random )
Public Sub Randomize ( _ stringToReplace As String, _ random As Random _ )
public: void Randomize( String^ stringToReplace, Random^ random )
- stringToReplace (String)
- The String to replace (may not be empty).
- random (Random)
- A Random instance.
Randomization is performed by replacing each stringToReplace in the values of the attributes contained
with a random digit between 0 and 9.