#

Note

This documents the development version of NetworkX. Documentation for the current release can be found here.

#

networkx.utils.random_sequence.discrete_sequence

discrete_sequence(n, distribution=None, cdistribution=None, seed=None)[source]

Return sample sequence of length n from a given discrete distribution or discrete cumulative distribution.

One of the following must be specified.

distribution = histogram of values, will be normalized

cdistribution = normalized discrete cumulative distribution