# HG changeset patch # User Jeff Hammel # Date 1425253101 28800 # Node ID bc60ccf969ea5643ecf95f777283abfe41ed27e1 # Parent 01b8009facc862807edf1ecda9de822bfef941b8 stub diff -r 01b8009facc8 -r bc60ccf969ea numerics/generate.py --- a/numerics/generate.py Sun Mar 01 12:56:32 2015 -0800 +++ b/numerics/generate.py Sun Mar 01 15:38:21 2015 -0800 @@ -1,3 +1,12 @@ +#!/usr/bin/env + +""" +data generation + +Should probably look at something like numpy for this +rather than rolling our own. Bootstrapping... +""" + def frange(xmin, xmax, n): """float range""" raise NotImplementedError('TODO') # -> record TODO items