Jump to content

Generator/Exponential: Difference between revisions

m
→‎{{header|Ada}}: extend comment
m (→‎{{header|Ada}}: update comment)
m (→‎{{header|Ada}}: extend comment)
Line 17:
{{works with|Ada 2005}}
 
To modify the internal state, the function uses an access parameter. For a different approach, see the Random packages of the Ada compiler, which use the so-called "Rosen trick". With the next release of Ada 2012 functions are allowed to have in-out parameters, which would solve this problem, too. You could also use procedures instead of functions.
 
generator.ads:
256

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.