LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   you may be help me for get random number from -1 to 1 in c programming (https://www.linuxquestions.org/questions/programming-9/you-may-be-help-me-for-get-random-number-from-1-to-1-in-c-programming-866390/)

imamjaferalia 03-04-2011 05:33 AM

you may be help me for get random number from -1 to 1 in c programming
 
i want to generate random number in c programming from -1 to 1

DJ Shaji 03-04-2011 05:55 AM

g_random_int_range (-1, 1);


All times are GMT -5. The time now is 11:49 AM.