Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
fx_random.h File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include <stdint.h>
+ Include dependency graph for fx_random.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

voidFX_Random_MT_Start (uint32_t dwSeed)
 
void FX_Random_MT_Close (void *pContext)
 
uint32_t FX_Random_MT_Generate (void *pContext)
 
void FX_Random_GenerateMT (uint32_t *pBuffer, int32_t iCount)
 

Function Documentation

◆ FX_Random_GenerateMT()

void FX_Random_GenerateMT ( uint32_t * pBuffer,
int32_t iCount )

Definition at line 127 of file fx_random.cpp.

References FX_Random_MT_Close(), and FX_Random_MT_Generate().

+ Here is the call graph for this function:

◆ FX_Random_MT_Close()

void FX_Random_MT_Close ( void * pContext)

Definition at line 123 of file fx_random.cpp.

Referenced by FX_Random_GenerateMT().

+ Here is the caller graph for this function:

◆ FX_Random_MT_Generate()

uint32_t FX_Random_MT_Generate ( void * pContext)

Definition at line 96 of file fx_random.cpp.

Referenced by FX_Random_GenerateMT().

+ Here is the caller graph for this function:

◆ FX_Random_MT_Start()

void * FX_Random_MT_Start ( uint32_t dwSeed)

Definition at line 85 of file fx_random.cpp.