#include <boost/random/mersenne_twister.hpp>
#include <gtest/gtest.h>
#include <swri_math_util/random.h>
#include <ros/ros.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (RandomTests, GetUniformRandomSample) | |
TEST (RandomTests, RandomGenerator) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 69 of file test_random.cpp.
TEST | ( | RandomTests | , |
GetUniformRandomSample | |||
) |
Definition at line 42 of file test_random.cpp.
TEST | ( | RandomTests | , |
RandomGenerator | |||
) |
Definition at line 55 of file test_random.cpp.