template struct sophus::RandomΒΆ

#include <test_impl.h>

template <class TScalar>
struct Random {
    // methods

    template <class TRt>
    static TScalar sample(TRt& rng);
};