For a program I'm working on in Java I need to be able to generate a random adjacency matrix for a graph, given only the number of nodes. Funky stuff is then done with this.
Any advice? I've got the rest of the stuff coded and working, its just the random generation thats bugging me.
Java: Adjacency Matrices
Moderator: Thanas