Socrata was acquired by Tyler Technologies in 2018 and is now the Data and Insights division of Tyler. The platform is still powered by the same software formerly known as Socrata but you will see references to Data & Insights going forward.

random_number_normal

Function: random_number_normal
  Returns a random float using a normal distribution with the mean and variance supplied: random_number_normal(mean, variance)

Examples:


  random_number_normal(0, 10)
  -- Result: "2.12030422"



Signatures
number, number -> number