module documentation
Undocumented
| Class | |
Protocol signature for ramp functions |
| Function | get |
Generate n gap lengths between r[0] and r[1] using a GapLengthGenerator default generator is linear_gap_length_generator |
| Function | linear |
Undocumented |
| Function | log |
Undocumented |
| Variable | |
Undocumented |
Generate n gap lengths between r[0] and r[1] using a GapLengthGenerator default generator is linear_gap_length_generator
| Parameters | |
| n | number of gap lengths |
| r | range of the gap lengths |
generator:GapLengthGenerator | generator function |
| Returns | |
| list of gap lengths | |