Home
last modified time | relevance | path

Searched refs:MATH_InitRand16 (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.5/include/nitro/math/
Drand.h103 static inline void MATH_InitRand16(MATHRandContext16 *context, u32 seed) in MATH_InitRand16() function
/TwlSDK-5.5/build/demos/math/rand_lc/src/
Dmain.c88 MATH_InitRand16(&rnd, OS_GetVBlankCount()); in NitroMain()