Get the seed for random number generation in ArrayFire.

arrayfire_get_seed()

Value

a (64bit) double whose bit representation is reinterpreted from the 64bit integer seed

Details

Gets the seed for the current default random engine in ArrayFire. Note that a (64bit) double is used as output, since R does not support 64bit integers.

References

http://arrayfire.org/docs/group__random__func__get__seed.htm