chiark / gitweb /
added common random-number generation and timer utilities
authorstevenj <stevenj@alum.mit.edu>
Fri, 24 Aug 2007 16:35:15 +0000 (12:35 -0400)
committerstevenj <stevenj@alum.mit.edu>
Fri, 24 Aug 2007 16:35:15 +0000 (12:35 -0400)
commit4cdb51b10defaae0e766f84e4d784baf469f7e20
treedf0adb0c0a99947c5d87408325a354be2f954bb4
parentb85786d010dfcfc17b6a839db845d7019ed7f90c
added common random-number generation and timer utilities

darcs-hash:20070824163515-c8de0-a83acc3d0d58d0e818fa27585dcefbc0c6a578b4.gz
14 files changed:
Makefile.am
api/Makefile.am
api/nlopt.c
api/nlopt.h
api/nlopt_minimize.3
configure.ac
stogo/Makefile.am
stogo/global.cc
test/Makefile.am
test/testopt.cpp
util/Makefile.am [new file with mode: 0644]
util/mt19937ar.c [new file with mode: 0644]
util/nlopt-util.h [new file with mode: 0644]
util/timer.c [new file with mode: 0644]