Home
last modified time | relevance | path

Searched refs:xoroshiro128ss (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_rand/
Drand.c91 static __noinline uint64_t xoroshiro128ss(rng_128_t *local_rng_state) { in xoroshiro128ss() function
313 (void) xoroshiro128ss(&local_rng_state); in initialise_rand()
366 uint64_t rand64 = xoroshiro128ss(&local_rng_state); in get_rand_64()