The Process of Pseudorandom Number Generation Flashcards

1
Q

is a mathematical concept, either computational or as a device, which is designed to generate a random set of numbers that should not display any distinguishable patterns in its generation process

A

Random number generator (RNG)

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

pertains to algorithms use mathematical formulas to produce sequences of random numbers

A

Pseudorandom number generator (PRNG)

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

PRNG is also known as a

A

deterministic random number generator

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

What are the three characteristics of pseudorandom number generator?

A
  1. Efficient
  2. Deterministic
  3. Periodic
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A PRNG can produce multiple pseudorandom numbers in a short period of time

A

Efficient

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

In a PRNG, a given sequence of numbers can be reproduced at a later stage

A

Deterministic

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

This means that the sequence will eventually repeat itself at some point in time

A

Period

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