How do computers randomise/shuffle?

658 views

I don’t understand how an algorithm can be truly random

In: Technology

8 Answers

Anonymous 0 Comments

Most of the time algorithms are used to create “nearly” random numbers, such that no simple look will notice any pattern.

Sometimes a microphone or other input can seed the algorithm. This helps.

You are viewing 1 out of 8 answers, click here to view all answers.