Changeset 772 for mystic/models/circle.py
- Timestamp:
- 11/21/14 14:33:33 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mystic/models/circle.py
r713 r772 16 16 17 17 from numpy import array, pi, arange 18 from numpy import random,sin, cos18 from numpy import sin, cos 19 19 from math import floor, sqrt 20 import random 20 21 21 random.seed(123)22 # random.seed(123) 22 23 23 24 class Circle(AbstractModel):
Note: See TracChangeset
for help on using the changeset viewer.