E-LearningQuiz of the Day

LiveEdu Quiz of the Day: 07/01/2017

Python Quiz

python-quiz-of-the-day-Which of the following function sets the integer starting value used in generating random numbers?

Answer:

B)

The method seed() sets the integer starting value used in generating random numbers. Call this function before calling any other random module function.

Syntax

Following is the syntax for seed() method:

Note: This function is not accessible directly, so we need to import seed module and then we need to call this function using random static object.

Parameters

  • x — This is the seed for the next random number. If omitted, then it takes system time to generate next random number.

Return Value

This method does not return any value.

Example

The following example shows the usage of seed() method.

When we run above program, it produces following result:

If you want to explore more, visit our Python edu & tutorials section!

Below are some examples:

Databases in Python 3

Building a File Share Framework in Python

Avatar
About author

I, Dr. Michael J. Garbade is the co-founder of the Education Ecosystem (aka LiveEdu), ex-Amazon, GE, Rebate Networks, Y-combinator. Python, Django, and DevOps Engineer. Serial Entrepreneur. Experienced in raising venture funding. I speak English and German as mother tongues. I have a Masters in Business Administration and Physics, and a Ph.D. in Venture Capital Financing. Currently, I am the Project Lead on the community project -Nationalcoronalvirus Hotline I write subject matter expert technical and business articles in leading blogs like Opensource.com, Dzone.com, Cybrary, Businessinsider, Entrepreneur.com, TechinAsia, Coindesk, and Cointelegraph. I am a frequent speaker and panelist at tech and blockchain conferences around the globe. I serve as a start-up mentor at Axel Springer Accelerator, NY Edtech Accelerator, Seedstars, and Learnlaunch Accelerator. I love hackathons and often serve as a technical judge on hackathon panels.