A library for generating secure random numbers and strings.
composer require ircmaxell/random-libNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generate a random 16-character string using medium strength generator.
Use PHP's built-in random_bytes() or random_int() for modern applications.
No dependency data recorded yet.