You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/Numerix/Documentation.docc/Random.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Random number generation.
4
4
5
5
## Overview
6
6
7
-
Numerix provides pseudorandom number generators (PRNGs) which are not cryptographically secure but offer much better performance than Swift's default random type methods.
7
+
Numerix provides pseudorandom number generators (PRNGs) which are not cryptographically secure but offer much better performance than Swift's default random type methods. The generators can be used on their own or with Vector, Matrix, and ShapedArray structs to create bulk random values. By default the ``Wyrand`` generator is used with Vector, Matrix, and ShapedArray structs.
8
8
9
9
## Topics
10
10
@@ -13,6 +13,8 @@ Numerix provides pseudorandom number generators (PRNGs) which are not cryptograp
0 commit comments