Download the PHP package bfrohs/random without Composer
On this page you can find all versions of the php package bfrohs/random. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bfrohs/random
More information about bfrohs/random
Files in bfrohs/random
Download bfrohs/random
More information about bfrohs/random
Files in bfrohs/random
Vendor bfrohs
Package random
Short Description Cryptographically secure random data generation.
License MIT
Package random
Short Description Cryptographically secure random data generation.
License MIT
Please rate this library. Is it a good library?
Informations about the package random
Random
Cryptographically secure random data generation.
Usage
Hex string
Random string of hexadecimal characters ([0-9a-f]
).
string(32) "112321ec33df8ebc9234ac02dbae4277"
Url-safe string
Random string that is safe for use in URLs (unreserved characters)
per RFC 3986 § 2.3
([a-zA-Z0-9]
, _
, ~
, -
, and .
).
string(32) "XQ_7J495ZWd3s~5TWz-FNFiPkeM3z9K."
Binary
Random bytes.
string(64) "68a74f84be34c9be12ecada360e91639fd0d41cfae368d90fe8cc4c4ff66eed3"
Integer
Random integer.
int(12860)
All versions of random with dependencies
PHP Build Version
Package Version
The package bfrohs/random contains the following files
Loading the files please wait ....