64-bit Mersenne Twister for Visual Basic 2012, 2010 (and earlier?)
---------------------------------------------------

2014-06-18 version 1.7

	First public release.

______________________________________________________________________________

2014-03-03 version 1.3

	Added equality = and inequality <> operators for class MTRandom64.
	They compare two MTRandom64 generator states.  Lots of comment changes.
	Added Copyright notice for me.

______________________________________________________________________________

2014-02-20 version 1.1

	Converted mt19937-64.c to VB for native 64 bit calculations.  I based the new
	version on mt19937ar.vb's functions that I had added to the old version, but
	ported all of mt19937-64.c's functions directly to mt19937-64.vb.

______________________________________________________________________________
==============================================================================
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
