Function navtk::experimental::rand_n(int)

Function Documentation

Vector navtk::experimental::rand_n(int num)

Return a Vector of random numbers from a normal distribution with mean=0, sigma=1.

Parameters

num – The number of desired random numbers.

Returns

A Vector of random numbers from a normal distribution.