diff --git a/content/guides.json b/content/guides.json
index 77529d6fc..91963b6e2 100644
--- a/content/guides.json
+++ b/content/guides.json
@@ -1,4 +1,14 @@
[
+ {
+ "title": "Random Numbers: Are they?",
+ "description": "Learn how they are generated and why they may not be truly random.",
+ "url": "/guides/random-numbers",
+ "fileName": "random-numbers",
+ "featured": true,
+ "author": "kamranahmedse",
+ "updatedAt": "2020-03-15T15:48:21.191Z",
+ "createdAt": "2020-03-15T15:48:21.191Z"
+ },
{
"title": "Big-O Notation",
"description": "Easy to understand explanation of Big-O notation without any fancy terms",
diff --git a/content/guides/random-numbers.md b/content/guides/random-numbers.md
new file mode 100644
index 000000000..10de9181c
--- /dev/null
+++ b/content/guides/random-numbers.md
@@ -0,0 +1,3 @@
+Random numbers are everywhere from computer games to lottery systems, graphics software, statistical sampling, computer simulation and cryptography. Graphic below is a quick explanation to how the random numbers are generated and why they may not be truly random.
+
+![](/guides/random-numbers.png)
diff --git a/public/guides/random-numbers.png b/public/guides/random-numbers.png
new file mode 100644
index 000000000..7a41a271e
Binary files /dev/null and b/public/guides/random-numbers.png differ
diff --git a/public/sitemap.xml b/public/sitemap.xml
index fe244b7df..18173b783 100644
--- a/public/sitemap.xml
+++ b/public/sitemap.xml
@@ -30,6 +30,12 @@
2020-01-29T07:49:29.706Z
1.0
+
+ https://roadmap.sh/guides/random-numbers
+ monthly
+ 2020-03-15T15:48:21.191Z
+ 1.0
+
https://roadmap.sh/guides/big-o-notation
monthly