Generator/Exponential: Difference between revisions

Content deleted Content added
Oenone (talk | contribs)
add Ada
Oenone (talk | contribs)
m →‎{{header|Ada}}: add comment
Line 16:
=={{header|Ada}}==
{{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.
 
generator.ads: