Click or drag to resize
OrganismOrganismRandom Property

To make random actions deterministic the creature should use this Random object when in need of a random number or variable in the creature's code. This can help aid in debugging so that strange behavior can be reproduced.

Namespace: Terrarium.Sdk.Classes.Creature
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Random OrganismRandom { get; }

Return Value

Type: Random
System.Random object initialized by the Organism class.
See Also