RandomNet - Random generation of traffic network data
Generates randomly a strongly connected network with nn nodes, (approximately) na links and (approximately) nd OD pairs. The value of nf indicates the formula chosen for the computation of the travel time, by default it is 6.
%net=RandomNet(3,5,2); // generates a network with 3 nodes, 5 arcs and 2 OD-pairs ShowNet();