# Functions
NewService returns ULID service with some handy functions.
NewString returns an ULID as a string, with the current time.
NewStringWithTime returns an ULID as a string, with the given time.
SecureEntropy returns a thread-safe per process monotonically increasing secure entropy source.
# Interfaces
Service represents the interface for the ULID utils.
# Type aliases
An ULID is a 16 byte Universally Unique Lexicographically Sortable Identifier.