I would like to report the statistical significance of the betweenness centrality of edges in a weighted graph. I am working with both directed and undirected graphs. Would an Erdos-Renyi random graph be sufficient as a null model, or would I need to constrain the degree sequence and/or the strength (weighted degree) sequence of the graph? If I need to constrain both the degree and strength sequences of the graph, what is a good randomization algorithm? Thank you!