Home
last modified time | relevance | path

Searched defs:normal_table (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/random/
Dnormal_distribution.hpp39 struct normal_table { struct
40 static const RealType table_x[129];
41 static const RealType table_y[129];
/third_party/boost/libs/math/example/
Dnormal_tables.cpp65 void normal_table() in normal_table() function