Bug fix
authordeba
Tue, 31 Oct 2006 14:31:13 +0000
changeset 22858c5c4b5ae31c
parent 2284 05ff57dc401d
child 2286 1ef281b2b10e
Bug fix
lemon/random.h
     1.1 --- a/lemon/random.h	Tue Oct 31 14:30:54 2006 +0000
     1.2 +++ b/lemon/random.h	Tue Oct 31 14:31:13 2006 +0000
     1.3 @@ -389,7 +389,6 @@
     1.4          rnd.initState(ws.begin(), ws.end());
     1.5        }
     1.6  
     1.7 -      template <typename Iterator>
     1.8        static void init(RandomCore<Word>& rnd, Result seed) {
     1.9          rnd.initState(seed);
    1.10        }