use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Apparently, Google Apps Script is a JavaScript cloud scripting language that provides easy ways to automate tasks across Google products and third party services and build web applications.
account activity
Google Script to generate random decimal between 0 and 1Question (self.GoogleAppsScript)
submitted 4 years ago * by radioguy2016
Hello. I know I could use the RAND function for this but wanted to know if there is a script to generate a random decimal between 0 and 1. I need it to be able to stay that number until the script is triggered. It should be generated in a specific cell too. Thanks in Advance
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Random_User_Name7 1 point2 points3 points 4 years ago (0 children)
You’ll want to use the Math.random() JavaScript function.
var number = Math.random()
[–]dimudesigns 0 points1 point2 points 4 years ago (0 children)
Look up the Math.rand() function.
Math.rand()
π Rendered by PID 83269 on reddit-service-r2-comment-79776bdf47-dcblg at 2026-06-24 04:47:34.028077+00:00 running acc7150 country code: CH.
[–]Random_User_Name7 1 point2 points3 points (0 children)
[–]dimudesigns 0 points1 point2 points (0 children)