diff --git a/lib/util/random.js b/lib/util/random.js
index cf9542ddbd29329b59691de190bc6d0518604160..9ad7d12102e0100a824092ccef351f876db0570d 100644
Binary files a/lib/util/random.js and b/lib/util/random.js differ
diff --git a/spec/core/types/integers.json b/spec/core/types/integers.json
index 740f528e36e2d60e90969dd1c450aa001b2e505d..4a0794232116535147dd3ee496ae48ba7d2ae9d1 100644
--- a/spec/core/types/integers.json
+++ b/spec/core/types/integers.json
@@ -61,46 +61,6 @@
         "hasNot": ".",
         "type": "number",
         "valid": true
-      },
-      {
-        "description": "should validate numeric minimum",
-        "schema": {
-          "type": "object",
-          "properties": {
-            "test": {
-              "type": "integer",
-              "minimum": []
-            }
-          }
-        },
-        "throws": "value .+? is not-a-number in \\/properties\\/test"
-      },
-      {
-        "description": "should validate numeric maximum",
-        "schema": {
-          "type": "object",
-          "properties": {
-            "test": {
-              "type": "integer",
-              "maximum": []
-            }
-          }
-        },
-        "throws": "value .+? is not-a-number in \\/properties\\/test"
-      },
-      {
-        "description": "should validate between ranges",
-        "schema": {
-          "type": "object",
-          "properties": {
-            "test": {
-              "type": "integer",
-              "minimum": 100,
-              "maximum": 50
-            }
-          }
-        },
-        "throws": "invalid range between: 100, 50 in \\/properties\\/test"
       }
     ]
   }