2015-08-02 08:23:00 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
< meta name = "generator" content = "Doxygen 1.8.10" / >
2016-11-13 00:57:37 +00:00
< title > 0.9.9 API documenation: random.hpp File Reference< / title >
2015-08-02 08:23:00 +00:00
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
2016-11-13 00:57:37 +00:00
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< script type = "text/javascript" >
$(document).ready(function() { init_search(); });
< / script >
2015-08-02 08:23:00 +00:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
2016-11-13 00:57:37 +00:00
< td id = "projectlogo" > < img alt = "Logo" src = "logo-mini.png" / > < / td >
2015-08-02 08:23:00 +00:00
< td id = "projectalign" style = "padding-left: 0.5em;" >
2016-11-13 00:57:37 +00:00
< div id = "projectname" > 0.9.9 API documenation
2015-08-02 08:23:00 +00:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.10 -->
2016-11-13 00:57:37 +00:00
< script type = "text/javascript" >
var searchBox = new SearchBox("searchBox", "search",false,'Search');
< / script >
2015-08-02 08:23:00 +00:00
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< li > < a href = "index.html" > < span > Main  Page< / span > < / a > < / li >
< li > < a href = "modules.html" > < span > Modules< / span > < / a > < / li >
< li class = "current" > < a href = "files.html" > < span > Files< / span > < / a > < / li >
2016-11-13 00:57:37 +00:00
< li >
< div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / li >
2015-08-02 08:23:00 +00:00
< / ul >
< / div >
< div id = "navrow2" class = "tabs2" >
< ul class = "tablist" >
< li > < a href = "files.html" > < span > File  List< / span > < / a > < / li >
< / ul >
< / div >
2016-11-13 00:57:37 +00:00
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
2015-08-02 08:23:00 +00:00
< div id = "nav-path" class = "navpath" >
< ul >
2016-11-12 23:39:32 +00:00
< li class = "navelem" > < a class = "el" href = "dir_934f46a345653ef2b3014a1b37a162c1.html" > G:< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_98f7f9d41f9d3029bd68cf237526a774.html" > Source< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_9344afb825aed5e2f5be1d2015dde43c.html" > G-Truc< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_45973f864e07b2505003ae343b7c8af7.html" > glm< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_304be5dfae1339a7705426c0b536faf2.html" > glm< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_7997edb062bdde9a99cb6835d42b0d9d.html" > gtc< / a > < / li > < / ul >
2015-08-02 08:23:00 +00:00
< / div >
< / div > <!-- top -->
< div class = "header" >
2016-11-12 23:39:32 +00:00
< div class = "summary" >
< a href = "#func-members" > Functions< / a > < / div >
2015-08-02 08:23:00 +00:00
< div class = "headertitle" >
2016-11-12 23:39:32 +00:00
< div class = "title" > random.hpp File Reference< / div > < / div >
2015-08-02 08:23:00 +00:00
< / div > <!-- header -->
< div class = "contents" >
2016-11-12 23:39:32 +00:00
< p > < a class = "el" href = "a00173.html" > GLM_GTC_random< / a >
< a href = "#details" > More...< / a > < / p >
2015-08-02 08:23:00 +00:00
< p > < a href = "a00090_source.html" > Go to the source code of this file.< / a > < / p >
2016-11-12 23:39:32 +00:00
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
< tr class = "memitem:ga5506dee301160e3a06aef9b9bc7a0a83" > < td class = "memTemplParams" colspan = "2" > template< typename T > < / td > < / tr >
< tr class = "memitem:ga5506dee301160e3a06aef9b9bc7a0a83" > < td class = "memTemplItemLeft" align = "right" valign = "top" > GLM_FUNC_DECL tvec3< T, defaultp >   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "a00173.html#ga5506dee301160e3a06aef9b9bc7a0a83" > ballRand< / a > (T Radius)< / td > < / tr >
< tr class = "memdesc:ga5506dee301160e3a06aef9b9bc7a0a83" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Generate a random 3D vector which coordinates are regulary distributed within the volume of a ball of a given radius. < a href = "a00173.html#ga5506dee301160e3a06aef9b9bc7a0a83" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ga5506dee301160e3a06aef9b9bc7a0a83" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:gae989c26a2899b2fb7444abe7c275c29c" > < td class = "memTemplParams" colspan = "2" > template< typename T > < / td > < / tr >
< tr class = "memitem:gae989c26a2899b2fb7444abe7c275c29c" > < td class = "memTemplItemLeft" align = "right" valign = "top" > GLM_FUNC_DECL tvec2< T, defaultp >   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "a00173.html#gae989c26a2899b2fb7444abe7c275c29c" > circularRand< / a > (T Radius)< / td > < / tr >
< tr class = "memdesc:gae989c26a2899b2fb7444abe7c275c29c" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Generate a random 2D vector which coordinates are regulary distributed on a circle of a given radius. < a href = "a00173.html#gae989c26a2899b2fb7444abe7c275c29c" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:gae989c26a2899b2fb7444abe7c275c29c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:gad3a3ee7d26502a31ba552cb627a68606" > < td class = "memTemplParams" colspan = "2" > template< typename T > < / td > < / tr >
< tr class = "memitem:gad3a3ee7d26502a31ba552cb627a68606" > < td class = "memTemplItemLeft" align = "right" valign = "top" > GLM_FUNC_DECL tvec2< T, defaultp >   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "a00173.html#gad3a3ee7d26502a31ba552cb627a68606" > diskRand< / a > (T Radius)< / td > < / tr >
< tr class = "memdesc:gad3a3ee7d26502a31ba552cb627a68606" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Generate a random 2D vector which coordinates are regulary distributed within the area of a disk of a given radius. < a href = "a00173.html#gad3a3ee7d26502a31ba552cb627a68606" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:gad3a3ee7d26502a31ba552cb627a68606" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga5193a83e49e4fdc5652c084711083574" > < td class = "memTemplParams" colspan = "2" > template< typename genType > < / td > < / tr >
< tr class = "memitem:ga5193a83e49e4fdc5652c084711083574" > < td class = "memTemplItemLeft" align = "right" valign = "top" > GLM_FUNC_DECL genType  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "a00173.html#ga5193a83e49e4fdc5652c084711083574" > gaussRand< / a > (genType Mean, genType Deviation)< / td > < / tr >
< tr class = "memdesc:ga5193a83e49e4fdc5652c084711083574" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Generate random numbers in the interval [Min, Max], according a gaussian distribution. < a href = "a00173.html#ga5193a83e49e4fdc5652c084711083574" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ga5193a83e49e4fdc5652c084711083574" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga12aebc19b85a8c736f5801c2f7b9b716" > < td class = "memTemplParams" colspan = "2" > template< typename genTYpe > < / td > < / tr >
< tr class = "memitem:ga12aebc19b85a8c736f5801c2f7b9b716" > < td class = "memTemplItemLeft" align = "right" valign = "top" > GLM_FUNC_DECL genTYpe  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "a00173.html#ga12aebc19b85a8c736f5801c2f7b9b716" > linearRand< / a > (genTYpe Min, genTYpe Max)< / td > < / tr >
< tr class = "memdesc:ga12aebc19b85a8c736f5801c2f7b9b716" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Generate random numbers in the interval [Min, Max], according a linear distribution. < a href = "a00173.html#ga12aebc19b85a8c736f5801c2f7b9b716" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ga12aebc19b85a8c736f5801c2f7b9b716" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:gaba9cec867916d894d794a32897b7fdfd" > < td class = "memTemplParams" colspan = "2" > template< typename T , precision P, template< typename, precision > class vecType> < / td > < / tr >
< tr class = "memitem:gaba9cec867916d894d794a32897b7fdfd" > < td class = "memTemplItemLeft" align = "right" valign = "top" > GLM_FUNC_DECL vecType< T, P >   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "a00173.html#gaba9cec867916d894d794a32897b7fdfd" > linearRand< / a > (vecType< T, P > const & Min, vecType< T, P > const & Max)< / td > < / tr >
< tr class = "memdesc:gaba9cec867916d894d794a32897b7fdfd" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Generate random numbers in the interval [Min, Max], according a linear distribution. < a href = "a00173.html#gaba9cec867916d894d794a32897b7fdfd" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:gaba9cec867916d894d794a32897b7fdfd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:gaa9a6fc2d7a295b3857f7db23b1053d9d" > < td class = "memTemplParams" colspan = "2" > template< typename T > < / td > < / tr >
< tr class = "memitem:gaa9a6fc2d7a295b3857f7db23b1053d9d" > < td class = "memTemplItemLeft" align = "right" valign = "top" > GLM_FUNC_DECL tvec3< T, defaultp >   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "a00173.html#gaa9a6fc2d7a295b3857f7db23b1053d9d" > sphericalRand< / a > (T Radius)< / td > < / tr >
< tr class = "memdesc:gaa9a6fc2d7a295b3857f7db23b1053d9d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Generate a random 3D vector which coordinates are regulary distributed on a sphere of a given radius. < a href = "a00173.html#gaa9a6fc2d7a295b3857f7db23b1053d9d" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:gaa9a6fc2d7a295b3857f7db23b1053d9d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
2015-08-02 08:23:00 +00:00
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2016-11-12 23:39:32 +00:00
< div class = "textblock" > < p > < a class = "el" href = "a00173.html" > GLM_GTC_random< / a > < / p >
< dl class = "section see" > < dt > See also< / dt > < dd > < a class = "el" href = "a00155.html" title = "The core of GLM, which implements exactly and only the GLSL specification to the degree possible..." > GLM Core< / a > (dependence) < / dd >
< dd >
gtx_random (extended) < / dd > < / dl >
2015-08-02 08:23:00 +00:00
2016-11-12 23:39:32 +00:00
< p > Definition in file < a class = "el" href = "a00090_source.html" > random.hpp< / a > .< / p >
2015-08-02 08:23:00 +00:00
< / div > < / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
Generated by   < a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
< / a > 1.8.10
< / small > < / address >
< / body >
< / html >