Skip to content

Instantly share code, notes, and snippets.

View gonimar's full-sized avatar
🎯
Focusing

Sergey Gonimar gonimar

🎯
Focusing
View GitHub Profile
@gonimar
gonimar / Random bytes, ints, UUIDs in PHP.md
Created February 1, 2016 08:28 — forked from tom--/Random bytes, ints, UUIDs in PHP.md
PHP random bytes, integers and UUIDs

Random bytes, ints, UUIDs in PHP

Simple and safe random getters to copy-paste

string randomBytes( int $length )

int randomInt ( int $min , int $max )

string randomUuid ( void )