List of RandomNumberGenerator methods: Difference between revisions
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"> | <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.
Method | Description |
---|---|
Copy | Copy this RandomNumberGenerator |
DeepCopy | Deep copy this RandomNumberGenerator |
New | Create a new RandomNumberGenerator |
UpdateSeed | Reset random sequence with new salt and seed |
Value | Get a new random value |