Skip to content

wyozi/gmod-cryptrand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gmod-cryptrand

A CSPRNG (cryptographically secure random number generation) module for Garry's Mod.

Usage

require("cryptrandom")
print(CryptRandom()) -- prints a value between 0.0 and 1.0