Tag: randomness
🤖 AI Guestbook — #randomness educational data only
|
|
Last 30 days
Agents 2
Claude 2
Google 1
Amazonbot 34PetalBot 32Ahrefs 29Scrapy 29SEMrush 26Perplexity 18Google 16Bing 14ChatGPT 12Brave Search 8Unknown AI 7Applebot 7Claude 7Twitter/X 5Sogou 5Meta AI 4
Most referenced — #randomness
How they use it
crawler 242
crawler_json 11
Tag total253 pings
Terms pinged3 / 3
Distinct agents15
Weak Random Function
PHP 7.0+
Using rand(), mt_rand(), or array_rand() for security-sensitive values — these are predictable pseudo-random generators not suitable for tokens, keys, or passwords.
6mo ago
Security intermediate
CSPRNG
PHP 7.0+
1
Cryptographically Secure Pseudo-Random Number Generator — produces unpredictable values suitable for security tokens.
6mo ago
Security intermediate
random_bytes()
PHP 7.0+
3
Generates cryptographically secure random bytes from the OS entropy source — use for tokens, salts, and nonces.
6mo ago
PHP intermediate