Most programming languages provide random number generator. Why are these numbers not truly random when generated?
What will be an ideal response?
The numbers are not completely random because a finite mathematical algorithm is used to select them; but they are sufficiently random forpractical purposes. The function that produces the pseudo-random numbers is often referred to as a pseudo-random number generator.
Computer Science & Information Technology
You might also like to view...
The Disk Defragmenter uses the color ________ to highlight unmovable files on your disk
Fill in the blank(s) with correct word
Computer Science & Information Technology
The OR condition is a logical test that compares two conditions, and returns true only if both of the conditions are true
Indicate whether the statement is true or false
Computer Science & Information Technology