Panda3D
Classes | Functions | Variables

Package showbase.RandomNumGen

Classes

class  RandomNumGen

Functions

def randHash

Variables

list __all__ = ['randHash', 'RandomNumGen']

Detailed Description

RandomNumGen module: contains the RandomNumGen class

Function Documentation

def showbase.RandomNumGen.randHash (   num)
this returns a random 16-bit integer, given a seed integer.
It will always return the same output given the same input.
This is useful for repeatably mapping numbers with predictable
bit patterns (i.e. doIds or zoneIds) to numbers with random bit patterns

Variable Documentation

list __all__ = ['randHash', 'RandomNumGen']
 All Classes Namespaces Functions Variables Properties