World

Effects manager for koncierge's evaluator

interface World

Types

Companion
Link copied to clipboard
object Companion

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
safeGenChaos
Link copied to clipboard

Run the chaos generator function and assert the distribution

open fun safeGenChaos(): Float
toString
Link copied to clipboard
open override fun toString(): String

Properties

genChaos
Link copied to clipboard
abstract var genChaos: (Unit) -> Float
getDate
Link copied to clipboard
abstract var getDate: (Unit) -> ZonedDateTime