Resolve "Add possibility to get integers" #17
@ -151,12 +151,14 @@ public sealed class MultiChannelRng<TNum> : IRandom<TNum>, IDisposable where TNu
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    private void StopProducer() => this.producerTokenSource.Cancel();
 | 
					    private void StopProducer() => this.producerTokenSource.Cancel();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /// <inheritdoc />
 | 
				
			||||||
    public void Dispose() => this.StopProducer();
 | 
					    public void Dispose() => this.StopProducer();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    #endregion
 | 
					    #endregion
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    #region Implementation of IRandom<TNum>
 | 
					    #region Implementation of IRandom<TNum>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /// <inheritdoc />
 | 
				
			||||||
    public TNum GetUniform(CancellationToken cancel = default)
 | 
					    public TNum GetUniform(CancellationToken cancel = default)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        var valueTask = this.channelFloats.Reader.ReadAsync(cancel);
 | 
					        var valueTask = this.channelFloats.Reader.ReadAsync(cancel);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user