Random number generator (included): Difference between revisions

Content deleted Content added
M2000 (talk | contribs)
Thaddy (talk | contribs)
Line 373: Line 373:


=={{header|Free Pascal}}==
=={{header|Free Pascal}}==
FreePascal's function random uses the MersenneTwister (for further details, see the file rtl/inc/system.inc).
The random is conform MT19937 and is therefor compatible with e.g. the C++11 MT19937 implementation.


<syntaxhighlight lang="pascal">
<syntaxhighlight lang="pascal">