mirror of
https://github.com/holub/mame
synced 2025-04-28 11:11:48 +03:00
![]() The two sources act as voltage sources, though noise may also be injected as conductivy or current noise. SYS_NOISE_MT_U: Mersenne Twister uniform noise SYS_NOISE_MT_N: Mersenne Twister normal noise nld_sys_noise is templated: using NETLIB_NAME(sys_noise_mt_u) = NETLIB_NAME(sys_noise)<plib::mt19937_64, plib::uniform_distribution_t>; Thus the approach is scalable. The implementation is state save aware, and thus reproducible results are guaranteed. An example use case is provided as well, see examples/noise.cpp. |
||
---|---|---|
.. | ||
mame | ||
osd | ||
3rdparty.lua | ||
benchmarks.lua | ||
bus.lua | ||
cpu.lua | ||
devices.lua | ||
emu.lua | ||
formats.lua | ||
lib.lua | ||
machine.lua | ||
main.lua | ||
netlist.lua | ||
sound.lua | ||
tests.lua | ||
tools.lua | ||
video.lua |