This website works better with JavaScript.
Explore
Help
Sign In
learn-code-the-hard-way
/
turings-tarpit
Watch
1
Star
0
Fork
You've already forked turings-tarpit
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
A weird game.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
113
Commits
1
Branch
0
Tags
1.8 MiB
C++
79.5%
GLSL
10.9%
C
4.8%
Meson
2.7%
Ragel
1.3%
Other
1%
Tag:
Branch:
Tree:
3d4ddde96e
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3d4ddde96e'
${ noResults }
turings-tarpit
/
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