http://d.puremagic.com/issues/show_bug.cgi?id=7067


Jonathan M Davis <jmdavisp...@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisp...@gmx.com


--- Comment #9 from Jonathan M Davis <jmdavisp...@gmx.com> 2012-06-15 01:02:22 
PDT ---
We can make the random number generator ranges reference types without breaking
code simply by creating inner structs for them which hold their member
variables and sit on the heap. The only code which would break because of this
would be code which relied on them being value types, which (as discussed) is
almost certainly a bug.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to