Random points along line

Description

<put algortithm description here>

Parameters

Input layer [vector: line]
<put parameter description here>
Number of points [number]

<put parameter description here>

Default: 1

Minimum distance [number]

<put parameter description here>

Default: 0.0

Outputs

Random points [vector]
<put output description here>

Console usage

processing.runalg('qgis:randompointsalongline', vector, point_number, min_distance, output)

See also