Jump to content

Random number generator (included): Difference between revisions

m
no edit summary
m (→‎{{header|Sidef}}: minor tweaks)
mNo edit summary
Line 696:
 
Rach time $RANDOM is referenced it changes it's value (with it's maximum value 32767).
 
=={{header|Ursa}}==
Standard Ursa defines the <code>ursa.util.random</code> type for random number generators and gives objects of this type a standard interface, but leaves the choice of algorithm up to the implementor.
 
Cygnus/X Ursa is written in Java and makes calls to java.util.Random, which uses a [[wp:Linear congruential generator|Linear congruential formula]].
 
=={{header|Ursala}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.