Talk:LlFrandom

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Implementing this (along with a function to seed the random number generator) would require changes to the VM (a new register would need to be added to the header to track the seed). -- Strife Onizuka 00:22, 17 March 2007 (PDT)

"Any valid float value"

Aren't all floats valid? --TxMasterG Ping 16:31, 16 April 2007 (PDT)

Depends what you consider valid, IEEE 754/854 single floats support NaN and various forms of Infinity. LSL does not support those values. Personally I agree with you, it's redundant. It's why on most pages you don't have variable descriptions (besides the fact that nobody has written them). Strife Onizuka 17:05, 16 April 2007 (PDT)