Properties
				
					
					Private mt
					mt: Uint32Array = new Uint32Array(MersenneTwister.N)
					
				
				
					
					Private mti
					mti: number = MersenneTwister.N+1
					
				
				
					
					Private val
					val: Uint32Array = new Uint32Array(1)
					
				
				
					
					Static Private N
					N: number = 624
					
				
				
					
					Static Private mag01
					mag01: Uint32Array = new Uint32Array([0, 0x9908b0df])