creatur-5.3.2: Framework for artificial life experiments.

Portabilityportable
Stabilityexperimental
Maintaineramy@nualeargais.ie
Safe HaskellNone

ALife.Creatur.Namer

Description

Assigns a unique ID upon request. IDs generated by an Namer are guaranteed to be unique within a given universe, across all simulation runs.

Documentation

class Namer n whereSource

Methods

genName :: StateT n IO StringSource

Assign a unique ID using the supplied prefix.

Instances