MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / rand_init

Method rand_init

Source/astcenc_mathlib.cpp:32–36  ·  view source on GitHub ↗

See header for documentation. */

Source from the content-addressed store, hash-verified

30
31/* See header for documentation. */
32void astc::rand_init(uint64_t state[2])
33{
34 state[0] = 0xfaf9e171cea1ec6bULL;
35 state[1] = 0xf1b318cc06af5d71ULL;
36}
37
38/* See header for documentation. */
39uint64_t astc::rand(uint64_t state[2])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected