wren.optional.random

Undocumented in source.

Members

Functions

wrenRandomBindForeignClass
WrenForeignClassMethods wrenRandomBindForeignClass(WrenVM* vm, const(char)* module_, const(char)* className)
Undocumented in source. Be warned that the author may not have intended to support it.
wrenRandomBindForeignMethod
WrenForeignMethodFn wrenRandomBindForeignMethod(WrenVM* vm, const(char)* className, bool isStatic, const(char)* signature)
Undocumented in source. Be warned that the author may not have intended to support it.
wrenRandomSource
const(char)[] wrenRandomSource()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

advanceState
uint advanceState(Well512* well)
Undocumented in source. Be warned that the author may not have intended to support it.
randomAllocate
void randomAllocate(WrenVM* vm)
Undocumented in source. Be warned that the author may not have intended to support it.
randomFloat
void randomFloat(WrenVM* vm)
Undocumented in source. Be warned that the author may not have intended to support it.
randomInt0
void randomInt0(WrenVM* vm)
Undocumented in source. Be warned that the author may not have intended to support it.
randomSeed0
void randomSeed0(WrenVM* vm)
Undocumented in source. Be warned that the author may not have intended to support it.
randomSeed1
void randomSeed1(WrenVM* vm)
Undocumented in source. Be warned that the author may not have intended to support it.
randomSeed16
void randomSeed16(WrenVM* vm)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Well512
struct Well512
Undocumented in source.

Meta