this post was submitted on 09 Feb 2025
1089 points (99.0% liked)

Technology

62012 readers
3760 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] b_n@sh.itjust.works 3 points 9 hours ago (2 children)

In comsci, there are no real random numbers. They are all seeded psuedo-random number algorithms. (Unless you integrate with some third party random as a service setup)

[–] fox2263@lemmy.world 2 points 9 hours ago

Yes but the common interpretation of “the algorithm” is that of the social media and YouTube style one. Recommending items of interest etc but easily manipulated by bad actors.

Wiki random is about as opposite to that as possible.

[–] weker01@sh.itjust.works 1 points 8 hours ago

That's a common misconception. You can measure a lot of ambient noise and extract entropy. Like time between inputs or how long it took an HDD to seek.

Most modern PC CPUs even have dedicated hardware for generating random numbers from electrical ambient noise. I don't trust them however.