This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc implementation of rand() function
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: antony at solo dot delfi dot ee
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 10 May 2003 13:41:50 -0400
- Subject: Re: gcc implementation of rand() function
>>>>> Anton Litvinenko writes:
Anton> I am trying to study implementation of rand() function in C language.
Anton> I tried to search the source code of gcc, but didnt find it. Could
You be so nice and help me?
rand() is not defined in the C language, it is defined in the
Standard C Library, which is different. Please refer to the source code
for a C Library, such as the GNU C Library, not a compiler.
David