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)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<!-- This page was automatically generated and will be automatically
<!-- This page was automatically generated and will be automatically
     replaced, so any manual edits will be lost. You've been warned. -->
     replaced, so any manual edits will be lost. You've been warned. -->
The following are the available [[RandomNumberGenerator class]] methods.
The following are the available <var>[[RandomNumberGenerator class|RandomNumberGenerator]]</var> class methods.
{{Template:Method list header|class=RandomNumberGenerator}}
{{Template:Method list header|class=RandomNumberGenerator}}
<div class="showVisit">
<table class="wikitable">
<table class="wikitable">
<tr><th>Method</th><th>Description</th></tr>
<tr><th>Method</th><th>Description</th></tr>
Line 8: Line 9:
<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>
</div>
==See also==
==See also==
<table class="list"><tr>
<table class="list"><tr>
Line 21: Line 23:
</tr>
</tr>
</table>
</table>
[[Category:Lists of methods]]

Latest revision as of 20:32, 1 November 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