in Technology by

How will you set the starting value in generating random numbers?

1 Answer

0 votes
by

 

seed([x]) − Sets the integer starting value used in generating random numbers. Call this function before calling any other random module function. Returns None.

Related questions

0 votes
    How many bits are used for generating random numbers? (a) 32 (b) 64 (c) 48 (d) 8 The question was ... - More Utility Classes of Java Select the correct answer from above options...
asked Feb 24, 2022 in Education by JackTerrance
0 votes
    How many bits are used for generating random numbers? (a) 32 (b) 64 (c) 48 (d) 8 The ... questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
    In a certain city, 5% of all the persons in town have unlisted phone numbers. If you select 100 names at ... directory, how many people selected will have unlisted phone numbers?...
asked Feb 12, 2021 in Education by JackTerrance
0 votes
    How will you print 10 random numbers in a sorted order in Java 8?...
asked Nov 8, 2020 in Education by Editorial Staff
0 votes
    How will you print 10 random numbers in Java 8?...
asked Nov 8, 2020 in Education by Editorial Staff
0 votes
    How will you print 10 random numbers using forEach of java 8 ?...
asked Nov 8, 2020 in Education by Editorial Staff
0 votes
0 votes
    Three natural numbers are taken at random from the set of first 100 natural numbers. The probability that their A.M ... . none of these Select the correct answer from above options...
asked Nov 15, 2021 in Education by JackTerrance
0 votes
    Two natural numbers x and y are chosen at random from the set {1,2,3,4,...3n}. find the probability that x2-y2 is ... D. 3n-1 2(5n-3) Select the correct answer from above options...
asked Nov 15, 2021 in Education by JackTerrance
0 votes
    Two numbers a and b are chosen at random from the set {1,2,3,..,3n}. The probability that a3+b3 is divisible by 3, ... ) C. 1 6 D. 1 3 Select the correct answer from above options...
asked Nov 15, 2021 in Education by JackTerrance
0 votes
    Two numbers a and b are chosen at random from the set {1,2,3,..,5n}. The probability that a4-b4 is divisible ... -1) D. none of these Select the correct answer from above options...
asked Nov 15, 2021 in Education by JackTerrance
0 votes
    ii) to find the largest value within the cell range starting from row 1 column A to row 25 column B [1+1] Select the correct answer from above options...
asked Dec 1, 2021 in Education by JackTerrance
0 votes
    Three distinct numbers are chosen at random from the first 15 natural numbers. The probability that the sum will be ... none of these Select the correct answer from above options...
asked Nov 15, 2021 in Education by JackTerrance
...