nn::nex::Platform Class

Syntax

class Platform : public nn::nex::RootObject

Description

Wrapper class for platform-specific features.

Member Functions

S Sleep Puts the current thread to sleep for the time specified.
S SetRandomNumberSeed Sets the seed value for random numbers.
S GetRealRandomNumber Gets a random number as a real number.
S GetRandomNumber Gets a random number as an integer.

Class Hierarchy

nn::nex::RootObject
  nn::nex::Platform

Revision History

2011/09/14
Initial version.

CONFIDENTIAL