SSBM Decomp
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
r
s
u
v
w
Enumerations
_
a
c
e
f
g
h
i
m
o
p
s
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
random.h
Go to the documentation of this file.
1
#ifndef _random_h_
2
#define _random_h_
3
4
#include <
platform.h
>
5
6
s32
HSD_Rand
(
void
);
7
f32
HSD_Randf
(
void
);
8
s32
HSD_Randi
(
s32
max_val);
9
void
_HSD_RandForgetMemory
(
void
* low,
void
* high);
10
11
#endif
platform.h
f32
float f32
A 32-bit floating-point number.
Definition
platform.h:62
s32
signed long s32
A signed 32-bit integer.
Definition
platform.h:14
HSD_Randi
s32 HSD_Randi(s32 max_val)
Definition
random.c:18
HSD_Rand
s32 HSD_Rand(void)
Definition
random.c:6
_HSD_RandForgetMemory
void _HSD_RandForgetMemory(void *low, void *high)
Definition
random.c:23
HSD_Randf
f32 HSD_Randf(void)
Definition
random.c:12
src
sysdolphin
baselib
random.h
Generated by
1.9.8