class CreatureUtil Utility class for Creature-related operations. Static Properties private NAMESPACE: string private TE: TextEncoder Static Methods makeUUID(creature: Creature): Promise<string> 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.