Font size
WorksheetsPseudo Random Numbers
Total questions: 10
Worksheet time: 7mins
Real random numbers can be replicated/ reproduced many times
True
False
What do the computer need random numbers for? Choose the examples mentioned in the video
Python code
Encript information
Game of solitaire
Airplane scheduling
We need more than one number for it to be considered random number. Computer generates a
(a)
Type of random numbers that need extra hardware
Pseudo random numbers
Quasi random numbers
True random numbers
Pseudo random numbers follow a pattern
True
False
To start generating a series of pseudo random numbers you need a:
(a)
The period of a series of random numbers is the amoun of numbers in your sequence before it becomes a:
(a)
What type of probability distribution do the pseudo random numbers have?
Normal
Exponential
Uniform
Gamma
This graph represents:
Normal Standard Distribution
Normal Cumulative Distribution
Exponential
Uniform Distribution
With numbers distributed uniformly between [0,1] we cannot generate numbers with other distributions
True
False
