QUASI_SOURCE
QUASI_SOURCE
The quasi-random generator type.
Class RandomnessFactory - Factory object for pseudo-randomness generator instancing.
create(string|null $type) : \CryptoManana\Core\Abstractions\Randomness\AbstractRandomness|object|null
Create a pseudo-randomness generator.
string|null | $type | The generator class name as type for creation. |
A generator object or null.
createInstance(string|null $type) : \CryptoManana\Core\Abstractions\Randomness\AbstractRandomness|object|null
Create a pseudo-randomness generator.
string|null | $type | The generator class name as type for creation. |
A generator object or null.