#!/usr/bin/env ruby require("gsl") r = Rng.alloc m = Matrix.rand(3, 3, r) p m m = Matrix.randn(3, 3, r) p m