= "range"
= "range.md"
# The range to generate: [min, max] both are inclusive
[[]]
= "range"
= "array/number"
# The numbers in the range (inclusive of min and max)
[[]]
= "number"
= "number"
[[]]
= "lib://flowstdlib/math/range_split"
[[]]
= "input/range"
= "range_split/range"
# Send the numbers (ranges that cannot be split further) to the output
[[]]
= "range_split/number"
= "output/number"
# Feedback the two sub-ranges for further splitting
[[]]
= "range_split/bottom"
= "range_split/range"
[[]]
= "range_split/top"
= "range_split/range"