Search Articles — Sudonull

Search Results

In this project

Python Password Generation: secrets instead of random

https://sudonull.com/python-password-generation-secrets-instead-of-random

Entropy breakdown, random vulnerabilities (Mersenne Twister) and secrets advantages for cryptographically secure passwords. Practical attack and code. For developers.

PRNG on 12 timers PHP: entropy 7.1 bits

https://sudonull.com/prng-on-12-timers-php-entropy-7-1-bits

Implementation of an experimental random bytes generator in PHP with 12 timers. Entropy up to 8 bits, code with pauses and switch. Test for tokens and experiments — figure out the nonlinearity.

Modeling Luck in IT Career

https://sudonull.com/modeling-luck-in-it-career

Learn how probabilistic models explain the role of randomness in developers' success. Simulations of asymmetric systems, threshold effect, and adaptability strategies. Read the analysis for middle/senior.

Arrays and cache: O(1) access optimization

https://sudonull.com/arrays-and-cache-o-1-access-optimization

We analyze why sequential access to arrays is 7–10 times faster than random. Benchmarks of strides, matrices, AoS/SoA. Acceleration up to 10× for middle/senior dev.

Number search algorithms: from Knuth to MCMC

https://sudonull.com/number-search-algorithms-from-knuth-to-mcmc

Breakdown of number guessing strategies in [1,N]: Knuth's maximin O(N²), random O(log N), Metropolis-Hastings MCMC. Code, analysis, benchmarks. Choose the optimal for your N.

From other projects

From the web

Searches related to rand

https://www.linkedin.com/company/rand-corporation

RAND | 208,324 followers on LinkedIn. We arm leaders with the information they need to tackle the toughest policy problems. Nonprofit, nonpartisan. | RAND is a nonprofit, nonpartisan research ...

Trending Now