\CryptoManana\Core\Interfaces\RandomnessSeedableGeneratorInterface

Interface SeedableGeneratorInterface - Interface specification for seeding pseudo-random generators.

Summary

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

Methods

setSeed()

setSeed(null|integer  $seed = null) 

Seed the pseudo-randomness generator.

Parameters

null|integer $seed

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