#include "wander.h"
Go to the source code of this file.
Functions | |
double | rand_float () |
double | random_clamped () |
double rand_float | ( | ) |
Filename : wander.cxx Created by : Deepak, John, Navin Date : 24 Oct 09
PANDA3D SOFTWARE Copyright(c) Carnegie Mellon University. All rights reserved.
All use of this software is subjest to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE"
Function : rand_float Description : This function creates a random float point number
Definition at line 24 of file wander.cxx.
double random_clamped | ( | ) |
Function : random_clamped Description : This function returns a random floating point number in the range -1 to 1.
Definition at line 37 of file wander.cxx.