flint.h – global definitions¶
-
flint_rand_s *
flint_rand_alloc
()¶ Allocates a
flint_rand_t
object to be used like a heap-allocatedflint_rand_t
in external libraries. The random state is not initialised.
-
void
flint_rand_free
(flint_rand_s * state)¶ Frees a random state object as allocated using
flint_rand_alloc
.