Q&A Discussies
Import random
0 Stemmen
16 AntwoordenDo you know DRY in programming?
7 Stemmen
1 AntwoordUnfair challenges
2 Stemmen
4 AntwoordenFor challengers
1 Stem
4 AntwoordenQuiz with loop from 0 to 100
0 Stemmen
8 AntwoordenLoop repeating program
0 Stemmen
3 AntwoordenUnity animation bugs
1 Stem
1 AntwoordI need to design a recursive function called replicate recur which will receive two arguments: times which is the number of times to repeat and data which is the number or string to be repeated.
The function should return an array containing repetitions of the data argument.
For instance, replicate_recur (3, 5) should return [5,5,5].
If the times argument is negative or zero, return an empty array. If the argument is invalid, raise ValueError.
0 Stemmen
4 Antwoorden
so although using srand(time(0)) can be used to get truly random numbers, how truly random are they? For example, if one were to call this method at the same time (in this example, if one were to use this command at 51s) each time would the numbers generated be the same???
If so, are the numbers still truly random??
And if this theory is true, how can one generate truly random numbers that cannot repeat based on external variables (e.g., time)?
2 Stemmen
4 AntwoordenPopulair vandaag
Where is the bug?
3 Votes
Pointers cpp
2 Votes
Is pro worth the money ?
1 Votes
Drawing images in java
2 Votes