aboutsummaryrefslogtreecommitdiffstats
path: root/website/resources/scripts/testcases2/15.8.2.14_random.json
diff options
context:
space:
mode:
Diffstat (limited to 'website/resources/scripts/testcases2/15.8.2.14_random.json')
-rw-r--r--website/resources/scripts/testcases2/15.8.2.14_random.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/website/resources/scripts/testcases2/15.8.2.14_random.json b/website/resources/scripts/testcases2/15.8.2.14_random.json
new file mode 100644
index 000000000..b37b4b3ab
--- /dev/null
+++ b/website/resources/scripts/testcases2/15.8.2.14_random.json
@@ -0,0 +1,14 @@
+{
+ "testCollection": {
+ "name": "15.8.2.14_random",
+ "numTests": 1,
+ "tests": [
+ {
+ "section": "15.8.2.14",
+ "description": "Checking if Math.random() is a number between 0 and 1, calling Math.random() 100 times",
+ "test": "// CHECK#1\nfor (i = 0; i < 100; i++)\n{\n\tval = Math.random();\n\tif (val < 0 || val >= 1)\n\t{\n\t\t$ERROR(\"#1: Math.random() = \" + val);\n\t}\n}\n",
+ "id": "S15.8.2.14_A1"
+ }
+ ]
+ }
+}