mirror of
				https://github.com/isar/libmdbx.git
				synced 2025-10-31 03:29:01 +08:00 
			
		
		
		
	mdbx-test: remove entropy source and use fully determined PRNG.
This commit is contained in:
		| @@ -292,8 +292,6 @@ inline bool is_samedata(const MDBX_val &a, const MDBX_val &b) { | ||||
| } | ||||
| std::string format(const char *fmt, ...); | ||||
|  | ||||
| uint64_t entropy_ticks(void); | ||||
| uint64_t entropy_white(void); | ||||
| static inline uint64_t bleach64(uint64_t v) { | ||||
|   // Tommy Ettinger, https://www.blogger.com/profile/04953541827437796598 | ||||
|   // http://mostlymangling.blogspot.com/2019/01/better-stronger-mixer-and-test-procedure.html | ||||
|   | ||||
		Reference in New Issue
	
	Block a user