nn::math::RandomGenerator::RandomGenerator Constructor

Syntax

RandomGenerator(
     u64 seed
);

Parameters

Name Description
in seed The seed value.

Description

The constructor for specifying a random number seed value. Normally you should use this.


CONFIDENTIAL