World of Might and Magic  0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
Crypto and Hashing
+ Граф связей класса Crypto and Hashing:

Группы

 AES
 
 Base64
 
 Blowfish
 
 CAMELLIA
 
 CAST5
 
 DES
 
 Hash Functions
 
 HMAC
 
 LZO
 
 RC4
 
 TEA
 
 TWOFISH
 
 XTEA
 

Функции

uint32_t av_get_random_seed (void)
 

Подробное описание

Функции

◆ av_get_random_seed()

uint32_t av_get_random_seed ( void  )

#include <C:/git/world-of-might-and-magic/lib/win32/x86/ffmpeg-4.2.2/include/libavutil/random_seed.h>

Get a seed to use in conjunction with random functions. This function tries to provide a good seed at a best effort bases. Its possible to call this function multiple times if more bits are needed. It can be quite slow, which is why it should only be used as seed for a faster PRNG. The quality of the seed depends on the platform.