Skip to content

Latest commit

 

History

History
75 lines (25 loc) · 665 Bytes

CSRNGProvider.md

File metadata and controls

75 lines (25 loc) · 665 Bytes

CSRNGProvider

Methods

getRandomBytes

public getRandomBytes(mixed $bytecount): string

Parameters:

Parameter Type Description
$bytecount mixed the number of bytes of randomness to return

Return Value:

the random bytes


isCryptographicallySecure

public isCryptographicallySecure(): bool

Return Value:

whether this provider is cryptographically secure