What statement initialize the sequence of random numbers wit
What statement initialize the sequence of random numbers with a seed value so that you won\'t get the same sequence of random numbers every time? InitRandom Seed Rnd Randomize None of these
Solution
Hi Friend, this question is belongs to which programming language ?
In Python, we have Seed method/statement that initializes the sequence of random number with seed value so that you won\'t get the same sequence of random numbers ebery time.
Ans: Seed
