Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Commit

Permalink
chore: add inherit doc tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Dec 27, 2022
1 parent bc04bde commit 9dc23f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/Rng.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ public interface IRng {
/// Random number generator default implementation.
/// </summary>
public record Rng : IRng {
/// <inheritdoc/>
public int Seed { get; init; }
/// <inheritdoc/>
public System.Random Generator { get; private set; }

/// <summary>
Expand Down

0 comments on commit 9dc23f6

Please sign in to comment.