nn::math::RandomGenerator::RandomGenerator Constructor

Syntax

RandomGenerator();

Arguments

None.

Description

This is the default constructor. Nintendo recommends NOT using this normally.

If you plan to use this, be sure to run SetSeed and set the pseudorandom number seed value, before generating random numbers.


CONFIDENTIAL