Generator.generate

Try to generate the next event.

struct Generator
@safe pure nothrow @nogc
bool
generate

Parameters

event GeneratedEvent

The event will be written here, if generated.

Return Value

Type: bool

true if an event was generated, false otherwise (all chunks that have been added to the event list so far have been spent).

Meta