changeset 84:bc60ccf969ea

stub
author Jeff Hammel <k0scist@gmail.com>
date Sun, 01 Mar 2015 15:38:21 -0800
parents 01b8009facc8
children 411420ddaa46
files numerics/generate.py
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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