Dear All,

In my program, I use rand() to generate some randsom, I use IAR compiler to 
compile my program, I want to know the rand() of IAR lib if it is according to 
NIST SP 800-22.

  for (count = 0; count < 32; count++)
  {
    sslContext[0].clientRandom[count] = rand();
    sslContext[0].sessionID[count] = rand();
  }

Thanks & Best Regards.

Reply via email to