File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -706,7 +706,7 @@ The following example uses the parameterless constructor to instantiate three <x
706706 <Parameter Name =" buffer" Type =" System.Byte[]" />
707707 </Parameters >
708708 <Docs >
709- <param name =" buffer" >An array of bytes to contain random numbers.</param >
709+ <param name =" buffer" >The array to be filled with random numbers.</param >
710710 <summary >Fills the elements of a specified array of bytes with random numbers.</summary >
711711 <remarks >
712712 <format type =" text/markdown" ><![CDATA[
@@ -761,9 +761,17 @@ The following example uses the parameterless constructor to instantiate three <x
761761 <Parameter Name =" buffer" Type =" System.Span< System.Byte> " Index =" 0" FrameworkAlternate =" netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
762762 </Parameters >
763763 <Docs >
764- <param name =" buffer" >To be added.</param >
765- <summary >To be added.</summary >
766- <remarks >To be added.</remarks >
764+ <param name =" buffer" >The array to be filled with random numbers.</param >
765+ <summary >Fills the elements of a specified span of bytes with random numbers.</summary >
766+ <remarks >
767+ <format type =" text/markdown" ><![CDATA[
768+
769+ ## Remarks
770+
771+ Each element of the span of bytes is set to a random number greater than or equal to 0 and less than or equal to <xref:System.Byte.MaxValue>.
772+
773+ ]]> </format >
774+ </remarks >
767775 </Docs >
768776 </Member >
769777 <Member MemberName =" NextDouble" >
You can’t perform that action at this time.
0 commit comments