Random Number Generation Flashcards

1
Q

Deterministic algorithm that does not produce statistically random sequences

A

pseudorandom numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Number sequences generated via algorithm

A

pseudorandom numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Input comes from source that is effectively random

A

true random number generator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Comes from physical environment of computer

A

Entropy source

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Additional processing is used to overcome ____ from entropy source

A

bias

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Takes as input a seed as produces deterministic sequence of output bits

A

PRNG

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Output bit stream solely determined by input value or values

A

PRNG

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Seed must be secure and ____

A

unpredictable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Should be a random or pseudorandom number itself

A

Seed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Information(X = i) = log_2(1/p_i)

A

Definition of information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Low probability of occurring conveys ____ amounts of information

A

large

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

H(X) = $\sum_{i=1}^n p_i log_2(1/p_i)$

A

Definition of entropy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Cannot extract more random bits than entropy of the source

A

Randomness extraction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Processing source to produce uniformly distributed random numbers

A

Randomness extraction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Probability of any message being the cause of any particular ciphertext is the probability of 1 / all ciphertexts

A

Perfect Secrecy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Size of key space is larger than size of message

A

Requirement of perfect secrecy

17
Q

Adversary who does not know seed is unable to determine pseudorandom string

A

Requirement of PRNGs

18
Q
A