Skip to content

Commit 7f12030

Browse files
Merge pull request #144 from Fryguy/patch-1
Add Ruby example to CSPRNG table
2 parents ad25275 + d5e4352 commit 7f12030

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

secure_software_development_fundamentals.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4477,6 +4477,11 @@ Here are some examples of how to call the predictable PRNG versus a cryptographi
44774477
<td>random</td>
44784478
<td>os.random</td>
44794479
</tr>
4480+
<tr>
4481+
<td>Ruby</td>
4482+
<td>rand (or Random.rand)</td>
4483+
<td>SecureRandom.rand</td>
4484+
</tr>
44804485
</table>
44814486

44824487

0 commit comments

Comments
 (0)