Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaProductions committed Aug 9, 2024
1 parent 4807da9 commit 854f942
Show file tree
Hide file tree
Showing 3 changed files with 233 additions and 187 deletions.
39 changes: 38 additions & 1 deletion api/plugs/Cosmos.System_Plugs.System.RandomImpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -1307,6 +1307,43 @@ <h5 class="returns">Returns</h5>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/CosmosOS/Cosmos/new/master/apiSpec/new?filename=Cosmos_System_Plugs_System_RandomImpl_NextBytes_Random_Span_System_Byte__.md&amp;value=---%0Auid%3A%20Cosmos.System_Plugs.System.RandomImpl.NextBytes(Random%2CSpan%7BSystem.Byte%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/CosmosOS/Cosmos/blob/master/source/Cosmos.System2_Plugs/System/RandomImpl.cs/#L175">View Source</a>
</span>
<a id="Cosmos_System_Plugs_System_RandomImpl_NextBytes_" data-uid="Cosmos.System_Plugs.System.RandomImpl.NextBytes*"></a>
<h4 id="Cosmos_System_Plugs_System_RandomImpl_NextBytes_Random_Span_System_Byte__" data-uid="Cosmos.System_Plugs.System.RandomImpl.NextBytes(Random,Span{System.Byte})">NextBytes(Random, Span&lt;Byte&gt;)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void NextBytes(Random aThis, Span&lt;byte&gt; buffer)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">Random</span></td>
<td><span class="parametername">aThis</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">Span</span>&lt;<span class="xref">System.Byte</span>&gt;</td>
<td><span class="parametername">buffer</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/CosmosOS/Cosmos/new/master/apiSpec/new?filename=Cosmos_System_Plugs_System_RandomImpl_NextBytes_Random_System_Byte___.md&amp;value=---%0Auid%3A%20Cosmos.System_Plugs.System.RandomImpl.NextBytes(Random%2CSystem.Byte%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
Expand Down Expand Up @@ -1349,7 +1386,7 @@ <h5 class="parameters">Parameters</h5>
<a href="https://github.com/CosmosOS/Cosmos/new/master/apiSpec/new?filename=Cosmos_System_Plugs_System_RandomImpl_NextDouble_Random_.md&amp;value=---%0Auid%3A%20Cosmos.System_Plugs.System.RandomImpl.NextDouble(Random)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/CosmosOS/Cosmos/blob/master/source/Cosmos.System2_Plugs/System/RandomImpl.cs/#L175">View Source</a>
<a href="https://github.com/CosmosOS/Cosmos/blob/master/source/Cosmos.System2_Plugs/System/RandomImpl.cs/#L188">View Source</a>
</span>
<a id="Cosmos_System_Plugs_System_RandomImpl_NextDouble_" data-uid="Cosmos.System_Plugs.System.RandomImpl.NextDouble*"></a>
<h4 id="Cosmos_System_Plugs_System_RandomImpl_NextDouble_Random_" data-uid="Cosmos.System_Plugs.System.RandomImpl.NextDouble(Random)">NextDouble(Random)</h4>
Expand Down
Loading

0 comments on commit 854f942

Please sign in to comment.