random: remove bmrand() and prand()
We do not need these functions in Spot. * spot/misc/random.cc, spot/misc/random.hh (bmrand, prand): Remove. * NEWS: Mention it.
This commit is contained in:
parent
74215eaa4a
commit
0bbcb7f35d
3 changed files with 6 additions and 57 deletions
4
NEWS
4
NEWS
|
|
@ -158,6 +158,10 @@ New in spot 2.4.1.dev (not yet released)
|
|||
function also do not take to list of atomic propositions as an
|
||||
argument anymore.
|
||||
|
||||
- The spot::bmrand() and spot::prand() functions have been removed.
|
||||
They were not used at all in Spot, and it's not Spot's objective
|
||||
to provide such random functions.
|
||||
|
||||
Bugs fixed:
|
||||
|
||||
- Automata produced by "genaut --ks-nca=N" were incorrectly marked
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue