SHARE
Facebook X Pinterest WhatsApp

LinuxCertified: Randomness Shouldn’t Be Left to Chance – Howto

Written By
thumbnail
Web Webster
Web Webster
Apr 23, 2004

“Good Random Number Generation is a key component to modern
cryptography, statistical problem solving techniques, communication
security, stock market prediction, etc., but is extremely difficult
to implement on deterministic machines like modern computers. There
is a large library of ‘Psuedo-Random’ algorithms that have been
written to generate ‘random like’ number sequences, but given the
same starting values or ‘seeds,’ they will produce exactly the same
sequence. This predictability makes them ideal for some types of
problems (see Perlin Noise for a great example), but an extreme
liability for other uses.

“A truly random (completely unpredictable, and statistically
sound) number generator needs a true chaotic randomness source
feeding it. One of the best sources of statistically sound
randomness is from quantum effects, such as radioactive decay,
electron vibration noise, etc. It just so happens that there’s a
measurable quantum mechanical effect on silicon, and both Intel and
AMD have been nice enough to put device hook to this into some of
their hardware.

“I’ll show you how to make this work…”

Complete
Story

thumbnail
Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Recommended for you...

A Thorough Approach to Improve the Privacy and Security of Your Linux PC
Damien
Oct 24, 2024
Several Russian Maintainers Removed From Linux Kernel Due To Compliance Concerns
Senthil Kumar
Oct 23, 2024
OpenSSH Splits Again: New Authentication Binary Unveiled
Bobby Borisov
Oct 16, 2024
13 Best Free and Open Source Anti-Malware Tools
webmaster
Oct 14, 2024
Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.