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: */*
{
  "sequence" : 1,
  "seed" : 6.02745618307040320615897144307382404804229736328125,
  "value" : 0.80082819046101150206595775671303272247314453125
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

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