Skip to contents

[Deprecated]

igraph.sample() was renamed to sample_seq() to create a more consistent API.

Usage

igraph.sample(low, high, length)

Arguments

low

The lower limit of the interval (inclusive).

high

The higher limit of the interval (inclusive).

length

The length of the sample.

random_sample()