LeviLamina
Loading...
Searching...
No Matches
Random.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
webrtc {
6
7
struct
Random
{
8
public
:
9
// prevent constructor by default
10
Random
();
11
12
public
:
13
// member functions
14
// NOLINTBEGIN
15
MCNAPI
int
Rand
(
int
,
int
);
16
17
MCNAPI uint
Rand
(uint);
18
19
MCNAPI uint
Rand
(uint, uint);
20
21
MCNAPI
explicit
Random
(uint64);
22
// NOLINTEND
23
24
public
:
25
// constructor thunks
26
// NOLINTBEGIN
27
MCNAPI
void
*
$ctor
(uint64);
28
// NOLINTEND
29
};
30
31
}
// namespace webrtc
webrtc::Random
Definition
Random.h:7
webrtc::Random::Rand
MCAPI int Rand(int, int)
webrtc::Random::Rand
MCAPI uint Rand(uint)
webrtc::Random::$ctor
MCAPI void * $ctor(uint64)
webrtc::Random::Rand
MCAPI uint Rand(uint, uint)
webrtc::Random::Random
MCAPI Random(uint64)
src
mc
external
webrtc
Random.h
Generated on Fri Jun 13 2025 05:04:29 for LeviLamina by
1.12.0