Random number generator (included): Difference between revisions

Line 373:
 
=={{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">
64

edits