Add random numbers guide

pull/1657/head
Kamran Ahmed 5 years ago
parent 69d69b7dee
commit 1bb7f60476
  1. 10
      content/guides.json
  2. 3
      content/guides/random-numbers.md
  3. BIN
      public/guides/random-numbers.png
  4. 6
      public/sitemap.xml

@ -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", "title": "Big-O Notation",
"description": "Easy to understand explanation of Big-O notation without any fancy terms", "description": "Easy to understand explanation of Big-O notation without any fancy terms",

@ -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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 KiB

@ -30,6 +30,12 @@
<lastmod>2020-01-29T07:49:29.706Z</lastmod> <lastmod>2020-01-29T07:49:29.706Z</lastmod>
<priority>1.0</priority> <priority>1.0</priority>
</url> </url>
<url>
<loc>https://roadmap.sh/guides/random-numbers</loc>
<changefreq>monthly</changefreq>
<lastmod>2020-03-15T15:48:21.191Z</lastmod>
<priority>1.0</priority>
</url>
<url> <url>
<loc>https://roadmap.sh/guides/big-o-notation</loc> <loc>https://roadmap.sh/guides/big-o-notation</loc>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>

Loading…
Cancel
Save