This website works better with JavaScript.
Explore
Help
Sign In
learn-code-the-hard-way
/
raycaster
Watch
1
Star
0
Fork
You've already forked raycaster
0
Code
Issues
Pull Requests
Packages
Projects
Releases
2
Wiki
Activity
Exploring raycasters and possibly make a little "doom like" game based on it.
314
Commits
1
Branch
2
Tags
34 MiB
C++
88.3%
Python
5.6%
Shell
3.4%
Meson
0.9%
GLSL
0.9%
Other
0.7%
Tree:
6d73c87c4e
raycaster
/
rand.cpp
6 lines
101 B
Raw
Blame
History
#
include
"rand.hpp"
namespace
Random
{
std
:
:
random_device
RNG
;
std
:
:
mt19937
GENERATOR
(
RNG
(
)
)
;
}
Reference in new issue
View Git Blame
Copy Permalink