SecureRandomInterface deprecated
interface SecureRandomInterface
deprecated
Interface that needs to be implemented by all secure random number generators.
Methods
string
nextBytes(int $nbBytes)
Generates the specified number of secure random bytes.
Details
at line line 30
string
nextBytes(int $nbBytes)
Generates the specified number of secure random bytes.