This is not the place to try to get support with the rand() library of
any IAR product.  You will need to check with IAR.  I'm pretty sure
that the answer is "no", though, especially when used like that.

-Kyle H

On Fri, Aug 8, 2008 at 12:27 AM, abc_123_ok <[EMAIL PROTECTED]> wrote:
> 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.
>
>
>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to