class Crystlush::Generator::Configuration

Defined in:

crystlush/generator.cr

Instance Method Summary

Instance Method Detail

def instruction_set : Array(String) #

[View source]
def instruction_set=(instruction_set : Array(String)) #

[View source]
def literal_set : Array(String) #

[View source]
def literal_set=(literal_set : Array(String)) #

[View source]
def max_instruction_count : Int32 #

[View source]
def max_instruction_count=(max_instruction_count : Int32) #

[View source]
def max_random_float : Float64 #

[View source]
def max_random_float=(max_random_float : Float64) #

[View source]
def max_random_integer : Int32 #

[View source]
def max_random_integer=(max_random_integer : Int32) #

[View source]
def min_instruction_count : Int32 #

[View source]
def min_instruction_count=(min_instruction_count : Int32) #

[View source]
def min_random_float : Float64 #

[View source]
def min_random_float=(min_random_float : Float64) #

[View source]
def min_random_integer : Int32 #

[View source]
def min_random_integer=(min_random_integer : Int32) #

[View source]