Description Usage Arguments Details Value
rng.equal
compares the RNG settings associated
with two objects.
rng1.equal
tests whether two objects have
identical initial RNG settings.
1 2 3 | rng.equal(x, y)
rng1.equal(x, y)
|
x |
objects from which RNG settings are extracted |
y |
object from which RNG settings are extracted |
These functions return TRUE
if the RNG settings
are identical, and FALSE
otherwise. The comparison
is made between the hashes returned by RNGdigest
.
rng.equal
and rng.equal1
return a
TRUE
or FALSE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.