Ramdomness
Getting a random number maybe useful for a game, where events will not happen not in the same order. If they happen in the same order, then it will be one boring game. Random numbers are used in cryptography. If it is possible to guess a number for cryptography algorithm, then it will be a weak encryption algorithm. Often in programming it is possible to initialize random function, so it will not give the same results.
Comments
Post a Comment