TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Fast Non-Cryptographic Random Number Generator

1 pointsby mifover 6 years ago
I'm looking for a fast (non-cryptographic) random number generator. Preferably, it should have a relatively small state and it needs to be faster than the Mersenne Twister I'm currently using.

1 comment

trompover 6 years ago
One candidate worth considering is<p><a href="http:&#x2F;&#x2F;www.pcg-random.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.pcg-random.org&#x2F;</a>