Skip to content

Random number generator G-Cloud function. Random numbers are transformed from uniform to using a linear function.

Notifications You must be signed in to change notification settings

rogerjaffe/random-number-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart at https://cloud.google.com/functions/docs/quickstart Set account and project: gcloud init Choose choice [3] then select account and project

To deploy gcloud beta functions deploy rng --trigger-http --runtime nodejs10 URL endpoint: https://us-central1-gradebook-71f6b.cloudfunctions.net/rng

Functions emulator: https://cloud.google.com/functions/docs/emulator To test functions start debug functions call rng --data='' To stop functions debug stop

About

Random number generator G-Cloud function. Random numbers are transformed from uniform to using a linear function.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages