]> git.mxchange.org Git - flightgear.git/commit
Add an srand() function to nasal (hooked into sg_srandom_time()).
authorcurt <curt>
Mon, 9 Jan 2006 15:29:24 +0000 (15:29 +0000)
committercurt <curt>
Mon, 9 Jan 2006 15:29:24 +0000 (15:29 +0000)
commit691f096c68d9437ac1adf01a94dbd14b819f7b99
tree1eda9632f028d5720949e398bd2c62904f0e9961
parent71d0001f3d4adcbe5e1f9c1a734039c2358e618f
Add an srand() function to nasal (hooked into sg_srandom_time()).
This helps avoid the problem of always getting the same random number
sequence every time you run a script.
src/Scripting/NasalSys.cxx