Copied!

RandomTarget

RandomTarget.php : 16
Extends Target

Struct that stores extra target informations for a RandomTarget object.

Properties

public $seed

RandomTarget.php : 24
public int|null $seed

For storage which does not support seed in this type, it should be normalized to proper value inside storage implementation.

Methods

public__construct()

RandomTarget.php : 26
public __construct(int|null $seed)

Parameters

Name Type Default value Description
$seed int|null - -