Utility class for Creature-related operations.
private
TE: TextEncoder
Generate a UUID for a creature based on its neurons and synapses. If the creature already has a UUID, it returns the existing one.
shuffle(array: Int32Array): void
Shuffle an array in place using the Fisher-Yates shuffle algorithm.