# Functions
NewADMInMem produces an initialized instance of ADMInMem ready to be used.
RandomID is a helper function designed to promote the unique creation of IDs for LiveLessons, LiveSesions, and other state resources that require such a unique identifier.
# Structs
ADMInMem is an implementation of DataManager which uses in-memory constructs as a backing data store.
# Interfaces
DataManager enforces the set of functions required by the rest of the Antidote codebase for handling internal data, such as live state or loaded curriculum resource definitions.