Your browser does not support the canvas tag.

Simple Random Network

Description: This is a simple random graph generator which generates a random graph with 100 nodes and a 10% probability of edge between two nodes.The diameter of every node is proportional to its degree. One can use the '+/-' buttons to increase and decrease the probability of the edges, 'r' button to reset the whole graph and 's' button to save the generated graph as a .png image. The console at the bottom displays the infomation of the generated graph.

Source code: Simple_Network

Built with Processing and Processing.js