Skip to content

CXNetworkGenerateWaxman

function

Back to Helios Network Native C API

Kind
function
Source
src/native/include/helios/CXNetwork.h:396

Description

Creates a Waxman random graph using distance-weighted edge probabilities.

Signature

CX_EXTERN CXNetworkRef CXNetworkGenerateWaxman(CXSize nodeCount, double alpha, double beta, CXBool directed, uint32_t seed);