class Crystlush::Generator::Configuration
- Crystlush::Generator::Configuration
- Reference
- Object
Defined in:
crystlush/generator.crInstance Method Summary
- #instruction_set : Array(String)
- #instruction_set=(instruction_set : Array(String))
- #literal_set : Array(String)
- #literal_set=(literal_set : Array(String))
- #max_instruction_count : Int32
- #max_instruction_count=(max_instruction_count : Int32)
- #max_random_float : Float64
- #max_random_float=(max_random_float : Float64)
- #max_random_integer : Int32
- #max_random_integer=(max_random_integer : Int32)
- #min_instruction_count : Int32
- #min_instruction_count=(min_instruction_count : Int32)
- #min_random_float : Float64
- #min_random_float=(min_random_float : Float64)
- #min_random_integer : Int32
- #min_random_integer=(min_random_integer : Int32)