mirror of
				https://bitbucket.org/mfeemster/fractorium.git
				synced 2025-11-03 17:50:27 -05:00 
			
		
		
		
	0.4.0.8 Beta 07/26/2014
0.4.0.8 Beta 07/26/2014 --Bug Fixes Fix falloff, falloff2, falloff3.
This commit is contained in:
		@ -171,6 +171,12 @@ static const char* RandFunctionString =
 | 
			
		||||
	"	real_t f = (real_t)MwcNext(s) / (real_t)UINT_MAX;\n"
 | 
			
		||||
	"	return -1.0 + (f * 2.0);\n"
 | 
			
		||||
	"}\n"
 | 
			
		||||
	"\n"
 | 
			
		||||
	"inline real_t MwcNext0505(uint2* s)\n"
 | 
			
		||||
	"{\n"
 | 
			
		||||
	"	real_t f = (real_t)MwcNext(s) / (real_t)UINT_MAX;\n"
 | 
			
		||||
	"	return -0.5 + f;\n"
 | 
			
		||||
	"}\n"
 | 
			
		||||
	"\n";
 | 
			
		||||
 | 
			
		||||
/// <summary>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user