annotate README.txt @ 279:dee55886eca0 sampling

make the RNG a part of the audioDB object. Easier to deal with memory discipline and initialization (though note the FIXME comment in audioDB::initTables()). Also initialize the RNG from the current time. A mature implementation would use a proper source of entropy...
author mas01cr
date Wed, 02 Jul 2008 13:53:23 +0000
parents 2a88ae80e4a9
children
rev   line source
mas01cr@132 1 This is audioDB, a database system specialized towards approximate
mas01cr@132 2 content-based retrieval, developed at Goldsmiths, University of London
mas01cr@241 3 as part of the OMRAS2 research project (funded by the Engineering and
mas01cr@241 4 Physical Sciences Research Council, grant number: EP/E02274X/1).
mas01cr@132 5
mas01cr@132 6 Please see INSTALL.txt for build and installation instructions.
mas01cr@132 7 Portions of this work are copyright Michael Casey, Christophe Rhodes,
mas01cr@241 8 and Goldsmiths, University of London. The software is released under
mas01cr@241 9 the terms of the GNU General Public Licence, version 2 or greater;
mas01cr@241 10 please see LICENCE.txt for the text of that copyright licence.