List of RandomNumberGenerator methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
m (Automatically generated page update)
Line 8: Line 8:
<tr><td valign="top">[[DeepCopy (RandomNumberGenerator function)|DeepCopy]]</td><td valign="top">Deep copy this RandomNumberGenerator</td></tr>
<tr><td valign="top">[[DeepCopy (RandomNumberGenerator function)|DeepCopy]]</td><td valign="top">Deep copy this RandomNumberGenerator</td></tr>
<tr><td valign="top">[[New (RandomNumberGenerator constructor)|New]]</td><td valign="top">Create a new RandomNumberGenerator</td></tr>
<tr><td valign="top">[[New (RandomNumberGenerator constructor)|New]]</td><td valign="top">Create a new RandomNumberGenerator</td></tr>
<tr><td valign="top">[[UpdateSeed (RandomNumberGenerator subroutine)|UpdateSeed]]</td><td valign="top">Update the seed</td></tr>
<tr><td valign="top">[[UpdateSeed (RandomNumberGenerator subroutine)|UpdateSeed]]</td><td valign="top">Reset random sequence with new salt and seed</td></tr>
<tr><td valign="top">[[Value (RandomNumberGenerator function)|Value]]</td><td valign="top">Get a new random value</td></tr>
<tr><td valign="top">[[Value (RandomNumberGenerator function)|Value]]</td><td valign="top">Get a new random value</td></tr>
</table>
</table>

Revision as of 15:27, 6 February 2011

The following are the available RandomNumberGenerator class methods.

MethodDescription
CopyCopy this RandomNumberGenerator
DeepCopyDeep copy this RandomNumberGenerator
NewCreate a new RandomNumberGenerator
UpdateSeedReset random sequence with new salt and seed
ValueGet a new random value

See also