Skip to content

Commit 5f1cf2a

Browse files
dnd-character: add deep dive (#2446)
1 parent c8cc9ff commit 5f1cf2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exercises/dnd-character/metadata.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ blurb = "Randomly generate Dungeons & Dragons characters."
22
source = "Simon Shine, Erik Schierboom"
33
source_url = "https://github.com/exercism/problem-specifications/issues/616#issuecomment-437358945"
44
title = "D&D Character"
5+
deep_dive_youtube_id = "6fm44GiwEgM"
6+
deep_dive_blurb = "We explore how to generate (seemingly) random dice rolls. You'll learn about seeds, pseudo random numbers and some common gotchas. Finally, we'll see how property-based testing is great for testing functions returning random values."

0 commit comments

Comments
 (0)