This website works better with JavaScript.
Explore
Help
Sign In
sigonasr2
/
AdventuresInLestoria
Watch
1
Star
1
Fork
You've already forked AdventuresInLestoria
0
Code
Issues
11
Pull Requests
Projects
1
Releases
Wiki
Activity
The open source repository for the action RPG game in development by Sig Productions titled 'Adventures in Lestoria'!
https://forums.lestoria.net
rpg
pixelgameengine
cplusplus
action
game
136
Commits
6
Branches
0
Tags
4.2 GiB
C++
65.8%
C
28.5%
Python
2.7%
HTML
1.9%
Shell
0.5%
Other
0.5%
Tree:
39aa134e7c
AdventuresInLestoria
/
Crawler
/
utils.cpp
5 lines
92 B
Raw
Blame
History
#
include
"utils.h"
float
util
:
:
random
(
float
range
)
{
return
float
(
rand
(
)
)
/
RAND_MAX
*
range
;
}
Reference in new issue
View Git Blame
Copy Permalink