diff options
author | David Walter Seikel | 2011-12-03 18:50:34 +1000 |
---|---|---|
committer | David Walter Seikel | 2011-12-03 18:50:34 +1000 |
commit | d3b9f715f0ad9516fa350a5c0b83330b733ee0f9 (patch) | |
tree | e1481a7b83ae6f4fa0a88c4eebb6dbecd83e86fd /linden/indra/llcommon/llrand.h | |
parent | Another possible fix for misplaced HUDs? (diff) | |
parent | Made the voice license window resizable (diff) | |
download | meta-impy-d3b9f715f0ad9516fa350a5c0b83330b733ee0f9.zip meta-impy-d3b9f715f0ad9516fa350a5c0b83330b733ee0f9.tar.gz meta-impy-d3b9f715f0ad9516fa350a5c0b83330b733ee0f9.tar.bz2 meta-impy-d3b9f715f0ad9516fa350a5c0b83330b733ee0f9.tar.xz |
Merge branch 'next' of git://github.com/imprudence/imprudence into next
Removed the new "Set your own Imprudence tag colour feature". Should check though, might be bits left that where not obvious.
Conflicts:
.gitignore
linden/indra/cmake/00-Common.cmake
linden/indra/newview/llvoavatar.cpp
linden/indra/newview/res/viewerRes.rc
linden/indra/newview/skins/default/xui/en-us/panel_login.xml
linden/indra/newview/viewer_manifest.py
linden/indra/newview/viewerinfo.cpp
The usual branding conflicts.
Diffstat (limited to 'linden/indra/llcommon/llrand.h')
-rw-r--r-- | linden/indra/llcommon/llrand.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llrand.h b/linden/indra/llcommon/llrand.h index 73ea179..0b68a17 100644 --- a/linden/indra/llcommon/llrand.h +++ b/linden/indra/llcommon/llrand.h | |||
@@ -83,6 +83,11 @@ LL_COMMON_API F32 ll_frand(); | |||
83 | LL_COMMON_API F32 ll_frand(F32 val); | 83 | LL_COMMON_API F32 ll_frand(F32 val); |
84 | 84 | ||
85 | /** | 85 | /** |
86 | *@brief Generate a float from [min, max]. | ||
87 | */ | ||
88 | LL_COMMON_API F32 ll_frand(F32 min, F32 max); | ||
89 | |||
90 | /** | ||
86 | *@brief Generate a double from [0, 1.0). | 91 | *@brief Generate a double from [0, 1.0). |
87 | */ | 92 | */ |
88 | LL_COMMON_API F64 ll_drand(); | 93 | LL_COMMON_API F64 ll_drand(); |