Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/math/
Drand.h42 MATHRandContext16; typedef
103 static inline void MATH_InitRand16(MATHRandContext16 *context, u32 seed) in MATH_InitRand16()
123 static inline u16 MATH_Rand16(MATHRandContext16 *context, u16 max) in MATH_Rand16()
/TwlSDK-5.1.0/build/demos/math/rand_lc/src/
Dmain.c57 MATHRandContext16 rnd; in NitroMain()