Skip to content

sh1kxrv/rxstyterrv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RxstyTerrv | Rusty Terra

Warning

🚧 The application is in an active stage of development //

How it should work?

Examples

Raw Transformed
function randInt(min, max) {
  const minCeiled = Math.ceil(min);
  const maxFloored = Math.floor(max);
  return Math.floor(
    Math.random() * 
    (maxFloored - minCeiled + 1) 
    + minCeiled
  );
}
function randInt(min, max) {
  return $$rterra.a(min, max);
}

About

RustyTerra

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published