Documentation

CSRNGProvider
in package
implements IRNGProvider

Interfaces, Classes, Traits and Enums

IRNGProvider

Table of Contents

getRandomBytes()  : string
isCryptographicallySecure()  : bool

Methods

getRandomBytes()

public getRandomBytes(mixed $bytecount) : string
Parameters
$bytecount : mixed

the number of bytes of randomness to return

Return values
string

the random bytes

isCryptographicallySecure()

public isCryptographicallySecure() : bool
Return values
bool

whether this provider is cryptographically secure

Search results