* src/misc/random.hh (nrand, bmrand, prand): New functions.

(barand): New class.
* src/misc/random.cc (nrand, bmrand, prand): New functions.
* wrap/python/spot.i: Process src/misc/random.hh.
This commit is contained in:
Alexandre Duret-Lutz 2004-12-07 18:52:10 +00:00
parent d771a3a019
commit 541705a36a
4 changed files with 150 additions and 1 deletions

View file

@ -1,5 +1,10 @@
2004-12-07 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/misc/random.hh (nrand, bmrand, prand): New functions.
(barand): New class.
* src/misc/random.cc (nrand, bmrand, prand): New functions.
* wrap/python/spot.i: Process src/misc/random.hh.
* src/misc/timer.cc: Do not include cassert, then.
2004-12-07 Denis Poitrenaud <Denis.Poitrenaud@lip6.fr>