mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 20:31:57 +02:00
* Fixed warnings.
git-svn-id: trunk@10630 -
This commit is contained in:
parent
5dc6e54925
commit
9472825478
@ -453,12 +453,12 @@ Type
|
||||
const
|
||||
MT19937M=397;
|
||||
MT19937MATRIX_A =$9908b0df; // constant vector a
|
||||
MT19937UPPER_MASK=$80000000; // most significant w-r bits
|
||||
MT19937LOWER_MASK=$7fffffff; // least significant r bits
|
||||
MT19937UPPER_MASK=longint($80000000); // most significant w-r bits
|
||||
MT19937LOWER_MASK=longint($7fffffff); // least significant r bits
|
||||
|
||||
{ Tempering parameters }
|
||||
TEMPERING_MASK_B=$9d2c5680;
|
||||
TEMPERING_MASK_C=$efc60000;
|
||||
TEMPERING_MASK_B=longint($9d2c5680);
|
||||
TEMPERING_MASK_C=longint($efc60000);
|
||||
|
||||
|
||||
VAR
|
||||
|
Loading…
Reference in New Issue
Block a user