Namespace: seed

syngen.seed

Provides a wrapper for the seed value. The seed primarily influences syngen.utility.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

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) getSeparator() → {String}

Returns the separator value.

Source:
Returns:
Type
String

(static) set(valueopt)

Sets the seed value.

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

(static) setSeparator(value)

Sets the separator value.

Parameters:
Name Type Description
value String
Source: