llarp::CSRNG

rng type that uses llarp::randint(), which is cryptographically secure

#include <crypto.hpp>

Public Types

Name
using uint64_t result_type

Public Functions

Name
constexpr uint64_t min()
constexpr uint64_t max()
uint64_t operator()()

Public Types Documentation

using result_type

using llarp::CSRNG::result_type =  uint64_t;

Public Functions Documentation

function min

static inline constexpr uint64_t min()

function max

static inline constexpr uint64_t max()

function operator()

inline uint64_t operator()()

Updated on 2026-01-10 at 22:49:45 +0000