This JavaScript application is a generator and analyzer of Erdos-Renyi random graphs. The application accepts two parameters, namely n and p. Parameter n refers to the number of vertices of the graph. Parameter p, on the other hand, is the probability to generate an edge between a pair of vertices.