[][src]Crate glsp_stdlib

Structs

Runtime

The GameLisp interpreter.

RuntimeBuilder

Configuration options for constructing a Runtime.

Functions

rand_bool

Uses GameLisp's random number generator to produce a bool.

rand_f32

Uses GameLisp's random number generator to produce an f32.

rand_i32

Uses GameLisp's random number generator to produce an i32.

rand_reseed

Equivalent to (rand-reseed seed).

sleep

Equivalent to (sleep secs).

time

Equivalent to (time).