* 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:
parent
d771a3a019
commit
541705a36a
4 changed files with 150 additions and 1 deletions
|
|
@ -36,6 +36,7 @@
|
|||
#include "misc/bddalloc.hh"
|
||||
#include "misc/minato.hh"
|
||||
#include "misc/modgray.hh"
|
||||
#include "misc/random.hh"
|
||||
|
||||
#include "ltlast/formula.hh"
|
||||
#include "ltlast/refformula.hh"
|
||||
|
|
@ -95,6 +96,7 @@ using namespace spot;
|
|||
%include "misc/version.hh"
|
||||
%include "misc/bddalloc.hh"
|
||||
%include "misc/minato.hh"
|
||||
%include "misc/random.hh"
|
||||
|
||||
%feature("director") spot::loopless_modular_mixed_radix_gray_code;
|
||||
%include "misc/modgray.hh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue