aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-shim/src/random.rs
AgeCommit message (Collapse)Author
2026-06-14feat(php-shim): implement random_int/random_bytes with fastrandnsfisis
PHP's random_int/random_bytes are cryptographically secure, but Composer does not rely on that property, so a non-cryptographic PRNG suffices. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>