Question:

What is getSRand in C?

by  |  earlier

0 LIKES UnLike

Pls can someone tell me what the function getSRand() does in C programming language?

Thank you.

 Tags:

   Report

2 ANSWERS


  1. afaik it is not a standard lib function...

    searching for it i've found this define

    #define getSRand()    ((double)rand()/(double)RAND_MAX)

    (but indeed i've found several different things too...)

    it "returns" a random double value between 0 and 1


  2. ,,,,,,,,,,,,,,,,,,,,,,,,, google.
You're reading: What is getSRand in C?

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.