1984173_en-US

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

1984173_en-US

1984173_en-US

Questions about the random number generator function

Hello teams.

Hope all is well

I saw an NXP engineer's response to a TRNG related question on this board that "TRNG operates internally to generate the seed from which the PRNG is built."

So, does that mean there is no need to input a separate seed value to generate a random number?


Ps :  I know that when using the DRBG algorithm, it need to input a seed with a certain entropy. Are the DRBG algorithm and PRNG different concepts?

Re: Questions about the random number generator functionThat's right, I was asking about the CSEc on the S32K. Thanks for the help! My question is all cleared upRe: Questions about the random number generator function

Hi @Derek_Yoon 

Are we talking about CSEc on S32K1? It's given by SHE specification. Initial seed is generated by CMD_INIT_RNG command. Then you can generate random numbers while it is not necessary to reseed. The only additional thing you can do in runtime is to run CMD_EXTEND_SEED command to supply 128 bit of entropy. You can call this command whenever additional entropy is needed.

Regards,
Lukas

标记 (1)
无评分
版本历史
最后更新:
‎11-21-2025 03:37 PM
更新人: