Generates a random tree
var createRandomTree = require("random-tree")
console.log(createRandomTree(10))
npm install random-tree
require("random-tree")(n)Generates a random tree with n vertices
n is the number of vertices in the treeReturns A random tree
(c) 2013 Mikola Lysenko. MIT License