Creates a directed adjacency matrix from an Undirected one with random directions (in-out edges) but with the same connections between nodes.
# S3 method for netTools
Undirected2RandomDirectedAdjMtx(obj)
directed adjacency matrix with random directions
netTools object -> list(mtx: matrix)