Namespace: seed

syngen.seed

Provides a wrapper for the seed value. The seed primarily influences syngen.fn.srand() as well as any other systems and utilities that rely on it. It can be randomized to deliver unique experiences.

Source:

Methods

(static) concat() → {String}

Concatenates variadic seeds with a separator.

Parameters:
Name Type Attributes Description
...seeds String <optional>
<repeatable>
Source:
Returns:
Type
String

(static) get() → {String}

Returns the seed value.

Source:
Listens to Events:
  • syngen.state#event.event:import
Returns:
Type
String

(static) set(valueopt)

Sets the seed value.

Parameters:
Name Type Attributes Description
value String <optional>
Source:
Listens to Events: