List Question
20 TechQA 2024-03-20T03:18:07.827000Random Number Generator Cofirmation
129 views
Asked by roundofferror
Why are my strings not printing in my story in c
61 views
Asked by BluemanDoug
What techniques can I use to determine the number generated by srand() in C?
98 views
Asked by Allen
srand/rand slowly changing starting value
119 views
Asked by Maury Markowitz
Using srand with pthread generate the same number in C
70 views
Asked by idop
creating function, outside main() function, for random Number in specific range
113 views
Asked by ajsmith5150
C++ generate random numbers for a given seed
217 views
Asked by rami
How to generate randomize array and getting the third max of it
40 views
Asked by Jude Koh
How to store random number in usigned char variable in c++?
84 views
Asked by Lachlan
Why do I get nearly the same number out of the rand() function in the first iteration?
71 views
Asked by Svenbonne
how to know the secret number from srand(time(0))
457 views
Asked by Peter Harry
I have problem with process in c code with argv parameters
49 views
Asked by Almesh
Can you make a rand in C less predictable?
37 views
Asked by ThatGhostToast
Is it allowed for srand(0) to have the same effect as srand(1)?
139 views
Asked by pmor
I'm new to functions and I can't figure out how to correct the sum integer
52 views
Asked by PurpleGeneral
Shouldn't the same srand value produce the same random numbers?
180 views
Asked by Jim Bollinger