Skip to content

Random Instructions

Haoxi Zhan edited this page Dec 11, 2013 · 2 revisions
Instruction Target Type Range

boolean_rand

Boolean

{true, false}

integer_rand

Integer

min-random-integer ~ max-random-integer

float_rand

Float

min-random-float ~ max-random-float

code_rand

Code

Instructions limited to :atom-generators. Length limited to (math/abs (mod (stack-ref :integer 0 state) max-points-in-random-expressions))

string_rand

String

min-random-string-length ~ max-random-string-length

Clone this wiki locally