An API with more Markdown in summary, description, and other text

Not really a pseudo-randum number generator API. This API uses Markdown in text:

  1. in this API description
  2. in operation summaries
  3. in operation descriptions
  4. in schema (model) titles and descriptions
  5. in schema (model) member descriptions
More information: https://helloreverb.com
Contact Info: hello@helloreverb.com
Version: 0.1.0
BasePath:/v1
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html

Access

  1. APIKey KeyParamName:api_key KeyInQuery:false KeyInHeader:true

Methods

[ Jump to Models ]

Table of Contents

Tag1

Tag1

Up
get /random
A single random result (getRandomNumber)
Return a single random result from a given seed

Query parameters

seed (required)
Query Parameter — A random number seed.

Return type

RandomNumber

Example data

Content-Type: application/json
{
  "sequence" : 1,
  "seed" : 6.027456183070403,
  "value" : 0.8008281904610115
}

Responses

200

Operation succeeded RandomNumber

404

Invalid or omitted seed. Seeds must be valid numbers.

Models

[ Jump to Methods ]

Table of Contents

  1. RandomNumber - Pseudo-random number

RandomNumber - Pseudo-random number Up

A pseudo-random number generated from a seed.
value (optional)
Double The pseudo-random number format: double
seed (optional)
Double The seed used to generate this number format: double
sequence (optional)
Long The sequence number of this random number. format: int64