\CryptoManana\Core\Interfaces\RandomnessSeedableContainerInterface

Interface SeedableContainerInterface - Interface specification for seeding pseudo-random generator services.

Summary

Methods
Constants
seedRandomGenerator()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

seedRandomGenerator()

seedRandomGenerator(null|integer  $seed = null) 

Pass a seed value to the pseudo-randomness generator service.

Parameters

null|integer $seed

Seed value in integer format or null for auto-seeding.