mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			162 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			162 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
--
 | 
						|
-- Minimal Development Test
 | 
						|
-- Mod: test
 | 
						|
--
 | 
						|
 | 
						|
-- Try out PseudoRandom
 | 
						|
pseudo = PseudoRandom(13)
 | 
						|
assert(pseudo:next() == 22290)
 | 
						|
assert(pseudo:next() == 13854)
 | 
						|
 | 
						|
 |