Random number API
- You ask for a random number
- We give you one generated from the IP of the requestor before you
- We save your IP to use as a seed for the next request
/randomseed- Gets you a random long value for use as a seed for your own RNG/randomseed/ownHistory- Uses your own request history for random generation too (If request history is enabled)/randomseed/ownHistory/getFullIpHistory- Fetches your own request history on log (If request history is enabled)/randomseed/layered- Uses a combination of system details and request information to generate the seed (In addition to the last IP)/randomseed/layer/{value}/{times}- Runs the same process as above but with the given value as a start and run number of times specified/info- Gets the sales pitch/healthcheck- Gets at-a-glance details, and gets the system values used for RNG if debug param is passed