mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 07:53:12 +00:00
Added issue about always using RandomSource for random numbers.
svn-id: r12716
This commit is contained in:
parent
caffafa99b
commit
c40474322f
6
TODO
6
TODO
@ -38,6 +38,12 @@ General
|
||||
a replacement for File::open() which (optionally) takes a list of subdirs.
|
||||
E.g. for Scumm, only certain files are to be expected in the VIDEO subdir).
|
||||
* Add test(s) for backend usability in the configure script.
|
||||
* Use RandomSource for all random numbers. Right now there are a few places
|
||||
where we don't:
|
||||
- INSANE uses rand() in numerous places
|
||||
- sound/fmopl.cpp uses rand() in one function
|
||||
- backends/midi/adlib.cpp has its own random_nr() function.
|
||||
Any others?
|
||||
|
||||
Documentation
|
||||
=============
|
||||
|
Loading…
x
Reference in New Issue
Block a user