Skip to content
Authors

Struct prod_range_config_t

ClassList > prod_range_config_t

Configuration type for a Janet production.

  • #include <prod_range.h>

Public Attributes

Type Name
int lower_bound
char * out_str
size_t out_str_len
int upper_bound

Public Attributes Documentation

variable lower_bound

int prod_range_config_t::lower_bound;

Lower bound for random number generation. Inclusive.


variable out_str

char* prod_range_config_t::out_str;

A pointer to an output string buffer.


variable out_str_len

size_t prod_range_config_t::out_str_len;

The length of the output buffer.


variable upper_bound

int prod_range_config_t::upper_bound;

Upper bound for random number generation. Inclusive.



The documentation for this class was generated from the following file source/prod_range/src/prod_range.h