Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~767 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

4 Posted Topics

Member Avatar for trevs234

hi, I think that the below function will help you to generate random number betwwen any two numbers you want . [code]/*Decleration of random_range function */ int random_range (int lowest_no ,int highest_no ) { int range ; int rando; if (lowest_no > highest_no ) { int temp =lowest_no ; lowest_no …

Member Avatar for WaltP
0
245
Member Avatar for feda

hi , i need function to calculate primitive root for prime q that if i choose prime number q then a which is primitive must satisfy that a%q ,(a pow 2 )%q , ...... (a pow i )%q = distinct integers betwwen 1 & q-1 that 1<i < q-1 and …

Member Avatar for murschech
0
231
Member Avatar for feda

Greeting , it will be helpful if any one can provide me with Round Robin algorithm code in c/c++ thanks in-advance

Member Avatar for Narue
0
208
Member Avatar for feda

please ,if one can help how to implement caht application using socket in c/unix or help me with example code of that with my thankssssssssssssss feda

Member Avatar for feda
0
83

The End.